diff --git a/CHANGELOG.md b/CHANGELOG.md index d262fed..c4db657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.5] - 2024-02-04 + ### Fixed - Fix `MapFile.compareFilesAndSymbols` reporting the wrong address as the @@ -312,6 +314,7 @@ Full changes: =2.3.4,<3.0.0 +mapfile_parser>=2.3.5,<3.0.0 ``` #### Development version @@ -74,7 +74,7 @@ cargo add mapfile_parser Or add the following line manually to your `Cargo.toml` file: ```toml -mapfile_parser = "2.3.4" +mapfile_parser = "2.3.5" ``` ## Versioning and changelog