Skip to content

Commit

Permalink
Version bump for dsl and transport in preparation for release (#125)
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <[email protected]>
  • Loading branch information
nhtruong authored Dec 1, 2022
1 parent 887bd8e commit 9fe275c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Renamed folder for `opensearch-ruby` gem from `opensearch` to `opensearch-ruby` ([#116](https://github.com/opensearch-project/opensearch-ruby/issues/116))
- Update the public key ([118](https://github.com/opensearch-project/opensearch-ruby/pull/118))
- Renamed opensearch sigv4 console to avoid conflict with opensearch-ruby when both are installed ([#124](https://github.com/opensearch-project/opensearch-ruby/pull/124))

- Bumped version for dsl and transport gem ([#125](https://github.com/opensearch-project/opensearch-ruby/pull/125))
### Deprecated

### Removed
Expand Down
2 changes: 1 addition & 1 deletion opensearch-dsl/lib/opensearch/dsl/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@

module OpenSearch
module DSL
VERSION = "0.2.0"
VERSION = "0.2.1"
end
end
2 changes: 1 addition & 1 deletion opensearch-transport/lib/opensearch/transport/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@

module OpenSearch
module Transport
VERSION = '2.0.1'.freeze
VERSION = '2.1.0'.freeze
end
end

0 comments on commit 9fe275c

Please sign in to comment.