From 1d788735782ac4aa950205bca29df46b6d109e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C5=A1a=20=C5=A0arenac?= Date: Fri, 6 Mar 2026 19:55:41 +0100 Subject: [PATCH] docs: update release changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caebaf6..87a1e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,16 @@ and this project adheres to a _modified_ form of _[Semantic Versioning][semver]_ ### Changed +### Fixed + +### Removed + +## [0.9.2] + +### Added + +### Changed + - Improve logging observability with dedicated regular and error logs. ([#28]) ### Fixed @@ -236,7 +246,8 @@ and this project adheres to a _modified_ form of _[Semantic Versioning][semver]_ [#5]: https://github.com/openlawlibrary/upgrade-python-package/pull/5 [#6]: https://github.com/openlawlibrary/upgrade-python-package/pull/6 -[Unreleased]: https://github.com/openlawlibrary/upgrade-python-package/compare/v0.9.1...HEAD +[Unreleased]: https://github.com/openlawlibrary/upgrade-python-package/compare/v0.9.2...HEAD +[0.9.2]: https://github.com/openlawlibrary/upgrade-python-package/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/openlawlibrary/upgrade-python-package/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/openlawlibrary/upgrade-python-package/compare/v0.8.1...v0.9.0 [0.8.1]: https://github.com/openlawlibrary/upgrade-python-package/compare/0.8.0...0.8.1