We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2782def commit 5e498b7Copy full SHA for 5e498b7
opensearch-api/CHANGELOG.md
@@ -3,6 +3,14 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3
4
## [Unreleased]
5
### Added
6
+### Changed
7
+### Deprecated
8
+### Removed
9
+### Fixed
10
+### Security
11
+
12
+## [2.2.0]
13
+### Added
14
- Added Point-In-Time API ([#136](https://github.com/opensearch-project/opensearch-ruby/issues/136))
15
### Changed
16
### Deprecated
opensearch-api/lib/opensearch/api/version.rb
@@ -26,6 +26,6 @@
26
27
module OpenSearch
28
module API
29
- VERSION = '2.1.0'.freeze
+ VERSION = '2.2.0'.freeze
30
end
31
0 commit comments