Skip to content

Commit

Permalink
[V1.2.0] Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Lancini committed May 22, 2017
1 parent b3e4d2c commit 7341ec8
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.2.0] - 2017-05-22
#### Added
- **[CORE]** Non-interactive mode: new command line interface (`python needle-cli.py`) which allows to completely script Needle
- **[CORE]** Version checking, to ensure the latest version of Needle is being used
- **[CORE]** Add support for binary thinning
Expand All @@ -18,8 +25,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- **[CORE]** Metadata parsing for app extensions
- **[CORE]** Re-added support on iOS for: `storage/data/keychain_dump`, `binary/reversing/strings`, `binary/reversing/class_dump`

#### Removed



## [1.1.0] - 2017-05-05
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.1.0'
VERSION = '1.2.0'
VERSION_CHECK = 'https://raw.githubusercontent.com/mwrlabs/needle/master/needle/core/utils/constants.py'

# Name variables
Expand Down

0 comments on commit 7341ec8

Please sign in to comment.