diff --git a/CHANGELOG.md b/CHANGELOG.md index b6b2f4d..c102415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.0.2] - 2017-10-24 +### Fixed +- Link failure on Android + ## [2.0.1] - 2017-10-16 ### Added - Added CircleCI status badge to README @@ -196,6 +200,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [1.0.0] - 2015-10-18 +[2.0.2]: https://github.com/MayhemYDG/iltorb/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/MayhemYDG/iltorb/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/MayhemYDG/iltorb/compare/v1.3.10...v2.0.0 [1.3.10]: https://github.com/MayhemYDG/iltorb/compare/v1.3.9...v1.3.10 diff --git a/package.json b/package.json index edb35fd..30f049f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iltorb", - "version": "2.0.1", + "version": "2.0.2", "description": "Brotli compression/decompression with native bindings", "homepage": "https://github.com/MayhemYDG/iltorb", "bugs": "https://github.com/MayhemYDG/iltorb/issues",