Skip to content

Commit 683a854

Browse files
authored
Bump version to 3.4.0 (#255)
Signed-off-by: Earlopain <[email protected]>
1 parent 280774c commit 683a854

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

44
## [Unreleased]
55
### Added
6-
- Added `script_score` to Query DSL ([#254](https://github.com/opensearch-project/opensearch-ruby/pull/254))
76
### Changed
87
### Deprecated
98
### Removed
109
### Fixed
1110
### Security
1211

12+
## [3.4.0]
13+
### Added
14+
- Added `script_score` to Query DSL ([#254](https://github.com/opensearch-project/opensearch-ruby/pull/254))
15+
1316
## [3.3.0]
1417
### Changed
1518
- Bump GitHub Actions ([#248](https://github.com/opensearch-project/opensearch-ruby/pull/248))

lib/opensearch/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
# under the License.
2626

2727
module OpenSearch
28-
VERSION = '3.3.0'.freeze
28+
VERSION = '3.4.0'.freeze
2929
end

0 commit comments

Comments
 (0)