diff --git a/CHANGELOG.md b/CHANGELOG.md index 20aa2b1..2ade36d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased #### Added +#### Fixed +#### Removed + + + +## [1.0.0] - 2017-03-10 +#### Added - **[AGENT]** Released Needle Agent - **[CORE]** iOS 10 Support - **[CORE]** Overhaul of the Core diff --git a/needle/core/utils/constants.py b/needle/core/utils/constants.py index 091a4e3..021dd07 100644 --- a/needle/core/utils/constants.py +++ b/needle/core/utils/constants.py @@ -12,7 +12,7 @@ class Constants(object): AUTHOR = 'MWR InfoSecurity (@MWRLabs) - Marco Lancini (@LanciniMarco)' EMAIL = 'marco.lancini[at]mwrinfosecurity.com' WEBSITE = 'mwr.to/needle' - VERSION = '1.0' + VERSION = '1.0.0' # Name variables NAME = 'Needle'