Skip to content

Commit 9119425

Browse files
authored
Updates version to 2.0.1 and adds release notes (#189)
Signed-off-by: Shivani Shukla <sshkamz@amazon.com>
1 parent c6a7494 commit 9119425

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

logstash-output-opensearch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ signing_key_path = "gem-private_key.pem"
1111

1212
Gem::Specification.new do |s|
1313
s.name = 'logstash-output-opensearch'
14-
s.version = '2.0.0'
14+
s.version = '2.0.1'
1515

1616
s.licenses = ['Apache-2.0']
1717
s.summary = "Stores logs in OpenSearch"
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Version 2.0.1 Release Notes
2+
Compatible with OpenSearch 1.3+, 2.0+
3+
4+
### Bug Fixes
5+
* Fix a gzip compression issue when sending partial bulk requests (#183)
6+
7+
### Documentation
8+
* Update the OpenSearch documentation website link for this plugin (#178)
9+
* Updated MAINTAINERS.md format. (#185)
10+
11+
### Infrastructure
12+
* Add release workflows (#188)

0 commit comments

Comments
 (0)