diff --git a/CHANGELOG.md b/CHANGELOG.md index bc429c1..f4ff868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.7.1] - 2023-07-08 + +### Changed +- [Allocation Optimizations](https://github.com/TheAngryByrd/IcedTasks/pull/25) Credits @TheAngryByrd + ## [0.7.0] - 2023-07-04 ### Added @@ -201,7 +206,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Increased soeed and lowered memory usage of ColdTask and CancellableTask - Build for netstandard2.0 and netstandard2.1 -[Unreleased]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.7.0...HEAD +[Unreleased]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.7.1...HEAD +[0.7.1]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.5.4...v0.6.0 [0.6.0-beta001]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.5.4...v0.6.0-beta001