diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d0354..baa7ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,27 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). -## [0.15.0](https://github.com/chelnak/gh-changelog/tree/0.15.0) - 2023-10-01 +## [0.15.2](https://github.com/chelnak/gh-changelog/tree/0.15.2) - 2024-05-03 -[Full Changelog](https://github.com/chelnak/gh-changelog/compare/v0.14.0...0.15.0) +[Full Changelog](https://github.com/chelnak/gh-changelog/compare/v0.15.1...0.15.2) + +### Fixed + +- Fix panic when parsing unreleased entries [#149](https://github.com/chelnak/gh-changelog/pull/149) ([chelnak](https://github.com/chelnak)) +- Fix no previous tag when using get cmd [#148](https://github.com/chelnak/gh-changelog/pull/148) ([h0tw1r3](https://github.com/h0tw1r3)) +- Add missing line between "Changed" title and list [#146](https://github.com/chelnak/gh-changelog/pull/146) ([smortex](https://github.com/smortex)) + +## [v0.15.1](https://github.com/chelnak/gh-changelog/tree/v0.15.1) - 2023-10-09 + +[Full Changelog](https://github.com/chelnak/gh-changelog/compare/v0.15.0...v0.15.1) + +### Fixed + +- bugfix: Release creation toggling RepoName & RepoOwner [#142](https://github.com/chelnak/gh-changelog/pull/142) ([Ramesh7](https://github.com/Ramesh7)) + +## [v0.15.0](https://github.com/chelnak/gh-changelog/tree/v0.15.0) - 2023-10-01 + +[Full Changelog](https://github.com/chelnak/gh-changelog/compare/v0.14.0...v0.15.0) ### Added