From b00c059226e7b41e585e49274b7299c7b3ec77fb Mon Sep 17 00:00:00 2001 From: black Date: Tue, 31 Dec 2024 10:12:07 +0100 Subject: [PATCH] Update changelog for v1.2.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6debfb4..6191d10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,14 @@ Similarly, the project's dependencies are not part of the public API and may change on minor version bumps. This, too, will be noted as a breaking change in this file. +## [1.2.0] - 2024-12-31 + +### New Features +* Add support for auto-scoped tokens + +### Fixes +* Do not include CHANGELOG.md in wheels + ## [1.1.0] - 2024-08-24 ### Breaking Changes @@ -33,5 +41,6 @@ this file. * First versioned release +[1.2.0]: https://github.com/s-hamann/desec-dns/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/s-hamann/desec-dns/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/s-hamann/desec-dns/releases/tag/v1.0.0