diff --git a/CHANGELOG.md b/CHANGELOG.md index 33052aa..639595a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [Unreleased] +## [2.3.0] - 2021-06-04 ### Added - *function_tracing* @@ -400,7 +400,8 @@ function parameters and operand values. - Initial contribution. -[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/2.2.0...HEAD +[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/2.3.0...HEAD +[2.3.0]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/2.2.0...2.3.0 [2.2.0]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/2.1.0...2.2.0 [2.1.0]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/2.0.1...2.1.0 [2.0.1]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/2.0.0...2.0.1 diff --git a/setup.cfg b/setup.cfg index 57bb736..27ba4fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 2.2.0 +version = 2.3.0 description = A framework for decoding encoded strings and files in malware via IDA Pro IDAPython scripting. long-description-content-type = text/markdown long-description = file:README.md