From 530099ae7caed465bd25baf4d7016e01c463c0e3 Mon Sep 17 00:00:00 2001 From: Marco Lancini Date: Wed, 7 Jun 2017 10:50:49 +0100 Subject: [PATCH] [V1.3.0] Update version and changelog --- CHANGELOG.md | 9 +++++++-- needle/core/utils/constants.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5984660..5cb4e96 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.3.0] - 2017-06-07 +#### Added - **[CORE]** Support for System Applications - **[CORE]** Global variable `HIDE_SYSTEM_APPS`: if set to `True`, only 3rd party apps will be shown - **[MODULE]** `SignerIdentity` included in `binary/info/metadata` @@ -15,8 +22,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Fixed - **[MODULE]** Case sensitivity issues in `device/dependency_installer` _[from @tghosth]_ -#### Removed - ## [1.2.0] - 2017-05-22 diff --git a/needle/core/utils/constants.py b/needle/core/utils/constants.py index e87cb51..c5a85f6 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.2.0' + VERSION = '1.3.0' VERSION_CHECK = 'https://raw.githubusercontent.com/mwrlabs/needle/master/needle/core/utils/constants.py' # Name variables