Skip to content

Commit 9fe275c

Browse files
authored
Version bump for dsl and transport in preparation for release (#125)
Signed-off-by: Theo Truong <[email protected]>
1 parent 887bd8e commit 9fe275c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1616
- Renamed folder for `opensearch-ruby` gem from `opensearch` to `opensearch-ruby` ([#116](https://github.com/opensearch-project/opensearch-ruby/issues/116))
1717
- Update the public key ([118](https://github.com/opensearch-project/opensearch-ruby/pull/118))
1818
- Renamed opensearch sigv4 console to avoid conflict with opensearch-ruby when both are installed ([#124](https://github.com/opensearch-project/opensearch-ruby/pull/124))
19-
19+
- Bumped version for dsl and transport gem ([#125](https://github.com/opensearch-project/opensearch-ruby/pull/125))
2020
### Deprecated
2121

2222
### Removed

opensearch-dsl/lib/opensearch/dsl/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626

2727
module OpenSearch
2828
module DSL
29-
VERSION = "0.2.0"
29+
VERSION = "0.2.1"
3030
end
3131
end

opensearch-transport/lib/opensearch/transport/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626

2727
module OpenSearch
2828
module Transport
29-
VERSION = '2.0.1'.freeze
29+
VERSION = '2.1.0'.freeze
3030
end
3131
end

0 commit comments

Comments
 (0)