Skip to content

Commit

Permalink
[Doc]Fix asciidoc formatting and bump to v4.1.3 (#53)
Browse files Browse the repository at this point in the history
* Fix asciidoc formatting and bump to v4.1.3

* Add PR number to changelog
  • Loading branch information
karenzone committed Aug 5, 2019
1 parent 687a0aa commit 3f40f88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 4.1.3
- Fixed documentation issue where malformed asciidoc caused text to be lost [#53](https://github.com/logstash-plugins/logstash-output-google_bigquery/pull/53)

## 4.1.2
- Fixed issue where Logstash shutdown could cause data loss due to not flushing buffers on close [#52](https://github.com/logstash-plugins/logstash-output-google_bigquery/pull/52)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.asciidoc
Expand Up @@ -226,7 +226,7 @@ mutate {
[id="plugins-{type}s-{plugin}-json_key_file"]
===== `json_key_file`

added[4.0.0, Replaces <<plugins-{type}s-{plugin}-key_password>>, <<plugins-{type}s-{plugin}-key_path>> and <<plugins-{type}s-{plugin}-service_account>>]
added[4.0.0, "Replaces <<plugins-{type}s-{plugin}-key_password>>, <<plugins-{type}s-{plugin}-key_path>> and <<plugins-{type}s-{plugin}-service_account>>."]

* Value type is <<string,string>>
* Default value is `nil`
Expand Down
2 changes: 1 addition & 1 deletion logstash-output-google_bigquery.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-output-google_bigquery'
s.version = '4.1.2'
s.version = '4.1.3'
s.licenses = ['Apache License (2.0)']
s.summary = "Writes events to Google BigQuery"
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 3f40f88

Please sign in to comment.