Skip to content
This repository was archived by the owner on Sep 17, 2019. It is now read-only.

Commit c5aeae1

Browse files
committed
Tags and versions are out of sequence. Bugger.
1 parent a7d5a2e commit c5aeae1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
# Change Log
22
All notable changes to this project will be documented in this file, from 0.2.0.
33

4-
## [0.2.4] - 2016-04-11
4+
## [0.2.5] - 2016-04-11
55
### Added
66
- Basic tests running against DerbyDB
77
- Fix for converting Logstash::Timestamp to iso8601 from @hordijk
88

9-
## [0.2.3] - 2016-04-07
9+
## [0.2.4] - 2016-04-07
1010
- Documentation fixes from @hordijk
1111

12+
## [0.2.3] - 2016-02-16
13+
- Bug fixes
14+
1215
## [0.2.2] - 2015-12-30
13-
- Added support for non-autoloading JDBC drivers through
16+
- Bug fixes
1417

1518
## [0.2.1] - 2015-12-22
1619
- Support for connection pooling support added through HikariCP

logstash-output-jdbc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-jdbc'
3-
s.version = "0.2.4"
3+
s.version = "0.2.5"
44
s.licenses = [ "Apache License (2.0)" ]
55
s.summary = "This plugin allows you to output to SQL, via JDBC"
66
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)