Skip to content

Commit

Permalink
bump version for release of #291
Browse files Browse the repository at this point in the history
  • Loading branch information
yaauie committed Jul 20, 2018
1 parent 49cb08f commit da76e4a
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 @@
## 4.3.11
- [#291](https://github.com/logstash-plugins/logstash-input-jdbc/pull/291) Fix a bug where receiving a string value that could not be converted to UTF-8 (such as BLOB data) could crash the input while attempting to log a warning.

## 4.3.10
- [#284](https://github.com/logstash-plugins/logstash-input-jdbc/pull/284) Swap out mysql for postgresql for testing

Expand Down
2 changes: 1 addition & 1 deletion logstash-input-jdbc.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-input-jdbc'
s.version = '4.3.10'
s.version = '4.3.11'
s.licenses = ['Apache License (2.0)']
s.summary = "Creates events from JDBC data"
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 da76e4a

Please sign in to comment.