diff --git a/CHANGELOG.md b/CHANGELOG.md index c42ab6b0..5c62850d 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] +## [0.4.2] - 2024-10-12 + ### Fixed - Return a successful exit code when Misti analysis does not generate any warnings diff --git a/package.json b/package.json index 912255bb..5a14e20c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nowarp/misti", - "version": "0.4.1", + "version": "0.4.2", "repository": { "type": "git", "url": "git+https://github.com/nowarp/misti.git"