diff --git a/CHANGELOG.md b/CHANGELOG.md index 14588b9..f48bf33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased #### Added +#### Fixed +#### Removed + + + +## [0.1.1] - 2016-11-25 +#### Added - **[CORE]** Support for plist files into print_cmd_output - **[CORE]** `move` function for Remote operations - **[CORE]** Automatically install Theos @@ -34,8 +41,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - **[MODULE]** Run proxy regular even without selecting a target app - **[MODULE]** File monitoring: automatically detect folder to monitor (regression) -#### Removed - ## [0.0.4] - 2016-10-04 diff --git a/needle/VERSION b/needle/VERSION index e342f4e..533ce89 100644 --- a/needle/VERSION +++ b/needle/VERSION @@ -1,4 +1,4 @@ -__version__ = '0.0.4' +__version__ = '0.1.1' # ex. x.y.z # x - Incremented for changes requiring migration. (major revision)