From 153cce1d9b471c337cddac99650a3a2aafc744af Mon Sep 17 00:00:00 2001 From: Stanley Shyiko Date: Fri, 10 Jul 2015 20:51:52 -0700 Subject: [PATCH] Updated changelog with 0.2.2 release notes --- changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index cd50a43a..361bc432 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.2.1...HEAD) +## [Unreleased](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.2.2...HEAD) + +## [0.2.2](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.2.1...0.2.2) - 2015-07-10 ### Fixed - TIMESTAMP_V2 deserialization ([#46](https://github.com/shyiko/mysql-binlog-connector-java/pull/46)).