Skip to content

Commit 2c0c375

Browse files
committed
[EXT] Release 0.0.33
1 parent 23a1302 commit 2c0c375

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## EXT:0.0.33
2+
3+
New release of [`elasticsearch-extensions`](elasticsearch-extensions):
4+
5+
- Fixes a bug where clusters failed to start with `"unknown setting [xpack.security.enabled]"` when running `elasticsearch-oss`. More details on the [issue](https://github.com/elastic/elasticsearch-ruby/issues/1130) ([commit](https://github.com/elastic/elasticsearch-ruby/commit/23a1302db43ad45f6ce5d1ac4fcfcc1d824609f3)).
6+
17
## EXT:0.0.32
28

39
New release of [`elasticsearch-extensions`](elasticsearch-extensions):

elasticsearch-extensions/lib/elasticsearch/extensions/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
module Elasticsearch
1919
module Extensions
20-
VERSION = '0.0.32'.freeze
20+
VERSION = '0.0.33'.freeze
2121
end
2222
end

0 commit comments

Comments
 (0)