From e0dfa019f3385782c8dcff84dbf267039413152e Mon Sep 17 00:00:00 2001 From: Stanley Shyiko Date: Thu, 6 Oct 2016 11:05:15 -0700 Subject: [PATCH] Added 0.5.0 release notes --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index be4b6bb5..6557e156 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.5.0](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.4.2...0.5.0) - 2016-10-06 + +### Added + - JSON support ([#119](https://github.com/shyiko/mysql-binlog-connector-java/pull/119)) (thanks to [@rhauch](https://github.com/rhauch)). + ## [0.4.2](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.4.1...0.4.2) - 2016-09-20 ### Fixed