diff --git a/CHANGELOG.md b/CHANGELOG.md index e3eec3e..60492de 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.6.0] - 2024-12-22 + ### Added - `CellBounds` detector: PR [#214](https://github.com/nowarp/misti/pull/214) - `ExitCodeUsage` detector: PR [#207](https://github.com/nowarp/misti/pull/207) diff --git a/package.json b/package.json index ec4ba49..f3e46ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nowarp/misti", - "version": "0.5.0", + "version": "0.6.0", "repository": { "type": "git", "url": "git+https://github.com/nowarp/misti.git"