diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index c4ddc74..c3f1463 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aff95d5..413fa7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/intility/indev/compare/v1.1.1...v1.2.0) (2026-03-12) + + +### Features + +* **blurite:** add support for ai model management ([#87](https://github.com/intility/indev/issues/87)) ([0b2503f](https://github.com/intility/indev/commit/0b2503f52aee9b1a1d825115e98237dea0c964ca)) + ## [1.1.1](https://github.com/intility/indev/compare/v1.1.0...v1.1.1) (2026-02-24)