Skip to content

Commit b1ff5a2

Browse files
bump version to 10.8.0 (logstash-plugins#983)
This version bump wraps logstash-plugins#973 and logstash-plugins#976 to refactor methods and configuration options. This release does not contain user-facing changes other than the management/monitoring in logstash core which depends on this plugin should produce less irrelevant licensing logs by benefiting the no-op license checking class.
1 parent 9465260 commit b1ff5a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## unreleased
1+
## 10.8.0
22
- Refactored configuration options into specific and shared in PluginMixins namespace [#973](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/973)
33
- Refactored common methods into specific and shared in PluginMixins namespace [#976](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/976)
44

logstash-output-elasticsearch.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-elasticsearch'
3-
s.version = '10.7.3'
3+
s.version = '10.8.0'
44

55
s.licenses = ['apache-2.0']
66
s.summary = "Stores logs in Elasticsearch"

0 commit comments

Comments
 (0)