Skip to content

Commit 5e498b7

Browse files
authored
Bumped opensearch-api to version 2.2.0 (#163)
Signed-off-by: Theo Truong <[email protected]>
1 parent 2782def commit 5e498b7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

opensearch-api/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
33

44
## [Unreleased]
55
### Added
6+
### Changed
7+
### Deprecated
8+
### Removed
9+
### Fixed
10+
### Security
11+
12+
## [2.2.0]
13+
### Added
614
- Added Point-In-Time API ([#136](https://github.com/opensearch-project/opensearch-ruby/issues/136))
715
### Changed
816
### Deprecated

opensearch-api/lib/opensearch/api/version.rb

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

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

0 commit comments

Comments
 (0)