Skip to content

Commit 9e82860

Browse files
committed
Update references to release 0.2.0
1 parent a18202a commit 9e82860

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.1.3...HEAD)
5+
## [Unreleased](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.2.0...HEAD)
6+
7+
## [0.2.0](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.1.3...0.2.0) - 2015-05-01
68
### Added
79
- Support for COM_BINLOG_DUMP_GTID (`BinaryLogClient`::[gtidSet](https://github.com/shyiko/mysql-binlog-connector-java/commit/3f30768791ef61ab0a83bd2bdb98af80bc799abd#diff-7addc4e3eed6e9254e088abc015ac8adR229)) ([#41](https://github.com/shyiko/mysql-binlog-connector-java/issues/41)).
810
- Support for authentication via empty password ([#39](https://github.com/shyiko/mysql-binlog-connector-java/issues/39)).

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Get the latest JAR(s) from [here](http://search.maven.org/#search%7Cga%7C1%7Cg%3
2121
<dependency>
2222
<groupId>com.github.shyiko</groupId>
2323
<artifactId>mysql-binlog-connector-java</artifactId>
24-
<version>0.1.3</version>
24+
<version>0.2.0</version>
2525
</dependency>
2626
```
2727

@@ -32,7 +32,7 @@ The latest development version always available through Sonatype Snapshots repos
3232
<dependency>
3333
<groupId>com.github.shyiko</groupId>
3434
<artifactId>mysql-binlog-connector-java</artifactId>
35-
<version>0.1.4-SNAPSHOT</version>
35+
<version>0.2.1-SNAPSHOT</version>
3636
</dependency>
3737
</dependencies>
3838

0 commit comments

Comments
 (0)