From b2a80a3083b4ef25ed8af407b544da5e0a879e34 Mon Sep 17 00:00:00 2001 From: Aleksander Zaruczewski Date: Fri, 26 Aug 2022 21:33:59 +0300 Subject: [PATCH] fix changelog (#76) --- CHANGELOG.md | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 103227e..430db08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,25 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + + + + + + + + + + + + + + + + + +## [1.3.0] - 2022-08-26 + ### Added @@ -16,31 +35,22 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Skip workflows label for Lint - Auto Approve workflow - ### Changed - Disabled creation of issues without using a template - Disabled Changelog Enforcer for dependabot - - - - ### Removed - Dropped comment from Dependency Review workflow - ### Fixed - Prevent Changelog Enforcer from triggering on `push` events - - - ## [1.2.5] - 2022-07-30 @@ -169,7 +179,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - The changelog -[Unreleased]: https://github.com/Serpentiel/template/compare/v1.2.5...release-unreleased +[Unreleased]: https://github.com/Serpentiel/template/compare/v1.3.0...release-unreleased +[1.3.0]: https://github.com/Serpentiel/template/compare/v1.2.5...v1.3.0 [1.2.5]: https://github.com/Serpentiel/template/compare/v1.2.4...v1.2.5 [1.2.4]: https://github.com/Serpentiel/template/compare/v1.2.3...v1.2.4 [1.2.3]: https://github.com/Serpentiel/template/compare/v1.2.2...v1.2.3