diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a128905..d24d1320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.34.2] - 2023-09-14 + +### Fixed +- [Extra slashes in CHANGELOG.md](https://github.com/TheAngryByrd/MiniScaffold/pull/276) from @nikoyak + ## [0.34.1] - 2023-09-05 ### Changed -- [Fixes AssemblyInfo generation](https://github.com/TheAngryByrd/MiniScaffold/pull/274) from @nikoyak +- [Fixes AssemblyInfo generation](https://github.com/TheAngryByrd/MiniScaffold/pull/274) from @nikoyak ## [0.34.0] - 2023-06-09 @@ -683,7 +688,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/TheAngryByrd/MiniScaffold/compare/v0.34.1...HEAD +[Unreleased]: https://github.com/TheAngryByrd/MiniScaffold/compare/v0.34.2...HEAD +[0.34.2]: https://github.com/TheAngryByrd/MiniScaffold/compare/v0.34.1...v0.34.2 [0.34.1]: https://github.com/TheAngryByrd/MiniScaffold/compare/v0.34.0...v0.34.1 [0.34.0]: https://github.com/TheAngryByrd/MiniScaffold/compare/v0.33.0...v0.34.0 [0.33.0]: https://github.com/TheAngryByrd/MiniScaffold/compare/v0.32.0...v0.33.0