We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280774c commit 683a854Copy full SHA for 683a854
CHANGELOG.md
@@ -3,13 +3,16 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3
4
## [Unreleased]
5
### Added
6
-- Added `script_score` to Query DSL ([#254](https://github.com/opensearch-project/opensearch-ruby/pull/254))
7
### Changed
8
### Deprecated
9
### Removed
10
### Fixed
11
### Security
12
+## [3.4.0]
13
+### Added
14
+- Added `script_score` to Query DSL ([#254](https://github.com/opensearch-project/opensearch-ruby/pull/254))
15
+
16
## [3.3.0]
17
18
- Bump GitHub Actions ([#248](https://github.com/opensearch-project/opensearch-ruby/pull/248))
lib/opensearch/version.rb
@@ -25,5 +25,5 @@
25
# under the License.
26
27
module OpenSearch
28
- VERSION = '3.3.0'.freeze
+ VERSION = '3.4.0'.freeze
29
end
0 commit comments