diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bf79f7..2909fdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [1.3.2] - 2017-07-13 #### Fixed - **[CORE]** Search PID for System Apps - **[MODULE]** Keychain extraction of data not encodable in UTF8 _[from @federicodotta]_ diff --git a/needle/core/utils/constants.py b/needle/core/utils/constants.py index 6484688..ec7604d 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@mwrinfosecurity.com' WEBSITE = 'mwr.to/needle' - VERSION = '1.3.1' + VERSION = '1.3.2' VERSION_CHECK = 'https://raw.githubusercontent.com/mwrlabs/needle/master/needle/core/utils/constants.py' # Name variables