Skip to content

Commit 642b420

Browse files
authored
Bumped Version 3.0.1 (#207)
Signed-off-by: Theo Truong <[email protected]>
1 parent 503ad3c commit 642b420

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# CHANGELOG
22
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3+
34
## [Unreleased]
45
### Added
56
### Changed
67
### Deprecated
78
### Removed
89
### Fixed
10+
### Security
11+
12+
## [3.0.1]
13+
### Added
14+
### Changed
15+
### Deprecated
16+
### Removed
17+
### Fixed
918
- Fixed missing version require [#205](https://github.com/opensearch-project/opensearch-ruby/issues/205) ([#206](https://github.com/opensearch-project/opensearch-ruby/pull/206))
1019
### Security
1120

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.0.0'.freeze
28+
VERSION = '3.0.1'.freeze
2929
end

0 commit comments

Comments
 (0)