Skip to content

Commit

Permalink
Bump project version to 0.2.1, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ergrelet committed Jul 16, 2024
1 parent b147542 commit a5957cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2024-07-16

### Fixed

- Fix code reassembly failing to find the right destination interval in many cases

## [0.2.0] - 2024-07-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# themida-unmutate-bn (v0.2.0)
# themida-unmutate-bn (v0.2.1)

Author: **Erwan Grelet**

Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"pip": ["miasm", "themida-unmutate"]
},
"version": "0.2.0",
"version": "0.2.1",
"author": "Erwan Grelet",
"minimumbinaryninjaversion": 3164
}

0 comments on commit a5957cc

Please sign in to comment.