Skip to content

Commit

Permalink
[V1.3.0] Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Lancini committed Jun 7, 2017
1 parent b1a8d03 commit 530099a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion needle/core/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 530099a

Please sign in to comment.