From 38c08c823b2bcdf1182ac5552c77d4d1546bdaaf Mon Sep 17 00:00:00 2001 From: Krzysztof Maziarz Date: Tue, 16 Jun 2026 10:56:53 +0000 Subject: [PATCH] doc(CHANGELOG): Mark the release of v1.2.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f7d4f..b7d730a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.2.0] - 2026-06-17 + ### Changed - Speed up localization model loading and inference ([#15](https://github.com/microsoft/retrochimera/pull/15), [#16](https://github.com/microsoft/retrochimera/pull/16)) ([@kmaziarz]) @@ -34,8 +36,9 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0. :seedling: Initial public release. -[Unreleased]: https://github.com/microsoft/retrochimera/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/microsoft/retrochimera/compare/v1.2.0...HEAD [1.0.0]: https://github.com/microsoft/retrochimera/releases/tag/v1.0.0 [1.1.0]: https://github.com/microsoft/retrochimera/releases/tag/v1.1.0 +[1.2.0]: https://github.com/microsoft/retrochimera/releases/tag/v1.2.0 [@kmaziarz]: https://github.com/kmaziarz