diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b55c11f..d0ab664 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a959251..9c1e95e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/slice-soft/keel/compare/v1.1.1...v1.2.0) (2026-03-07) + + +### Features + +* add build info retrieval and associated tests ([#7](https://github.com/slice-soft/keel/issues/7)) ([8747665](https://github.com/slice-soft/keel/commit/87476656fc3790aa5e08c13557a388a884530cbf)) + ## [1.1.1](https://github.com/slice-soft/keel/compare/v1.1.0...v1.1.1) (2026-03-07)