diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c6ff7..a39136c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.0.3] - 2016-08-12 +#### Fixed +- Ported to iOS9 + ## [0.0.2] - 2016-08-11 #### Added - First Public Release diff --git a/needle/VERSION b/needle/VERSION index eb15682..e5cd03e 100644 --- a/needle/VERSION +++ b/needle/VERSION @@ -1,4 +1,4 @@ -__version__ = '0.0.2' +__version__ = '0.0.3' # ex. x.y.z # x - Incremented for changes requiring migration. (major revision)