diff --git a/changelog.md b/changelog.md index 16c3c6a1..21111e65 100644 --- a/changelog.md +++ b/changelog.md @@ -5,7 +5,13 @@ 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). -## [8.0.0-alpha.3] - Not Yet Released +## [8.0.0] - 2024-01-22 + +### Changed + +- Final release for 8.0.0 + +## [8.0.0-alpha.3] - 2024-01-21 ### Changed @@ -23,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Updated handler list generation to reduce allocations (issue [#292](https://github.com/JasonBock/Rocks/issues/292)) and (issue [#293](https://github.com/JasonBock/Rocks/issues/293)) +- Updated handler list generation to reduce allocations (issue [#292](https://github.com/JasonBock/Rocks/issues/292) and issue [#293](https://github.com/JasonBock/Rocks/issues/293)) ## [8.0.0-alpha.1] - 2024-01-13 diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 887816c8..7f82eea1 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -10,6 +10,6 @@ enable net8.0 True - 8.0.0-alpha.3 + 8.0.0 \ No newline at end of file