Skip to content

Commit

Permalink
version bump for docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
yaauie committed Nov 18, 2019
1 parent e23f69b commit 53534e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 10.1.1
- [DOC]: Added clarification to docs for template installation [#867](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/867)

## 10.1.0
- Added cluster id tracking through the plugin metadata registry [#857](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/857)

Expand Down
2 changes: 1 addition & 1 deletion logstash-output-elasticsearch.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-output-elasticsearch'
s.version = '10.1.0'
s.version = '10.1.1'
s.licenses = ['apache-2.0']
s.summary = "Stores logs in Elasticsearch"
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
Expand Down

0 comments on commit 53534e6

Please sign in to comment.