From 36320619c5ecfee569aeea932f82221333017a73 Mon Sep 17 00:00:00 2001 From: Manuel Vogel Date: Sun, 22 Jan 2023 12:04:33 +0100 Subject: [PATCH] chore: update changelog for v0.15.2 --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 270d13fd..4db541e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] + +## [v0.15.2] - 2023-01-22 +### Bug Fixes +- typo in readme ([#196](https://github.com/git-chglog/git-chglog/issues/196)) +- **deps:** update module gopkg.in/yaml.v2 to v3 ([#221](https://github.com/git-chglog/git-chglog/issues/221)) + +### Chores +- update Go install instructions ([#205](https://github.com/git-chglog/git-chglog/issues/205)) +- bump golang to 1.19 ([#218](https://github.com/git-chglog/git-chglog/issues/218)) +- **deps:** update all non-major dependencies ([#220](https://github.com/git-chglog/git-chglog/issues/220)) + + ## [v0.15.1] - 2021-12-14 ### Bug Fixes @@ -11,6 +23,7 @@ - **deps:** update module github.com/alecaivazis/survey/v2 to v2.2.15 ([#163](https://github.com/git-chglog/git-chglog/issues/163)) ### Chores +- update changelog for v0.15.1 - ignore .vscode - **deps:** update all non-major dependencies docker tags ([#168](https://github.com/git-chglog/git-chglog/issues/168)) @@ -398,7 +411,8 @@ - First implement -[Unreleased]: https://github.com/git-chglog/git-chglog/compare/v0.15.1...HEAD +[Unreleased]: https://github.com/git-chglog/git-chglog/compare/v0.15.2...HEAD +[v0.15.2]: https://github.com/git-chglog/git-chglog/compare/v0.15.1...v0.15.2 [v0.15.1]: https://github.com/git-chglog/git-chglog/compare/v0.15.0...v0.15.1 [v0.15.0]: https://github.com/git-chglog/git-chglog/compare/v0.14.2...v0.15.0 [v0.14.2]: https://github.com/git-chglog/git-chglog/compare/v0.14.1...v0.14.2