diff --git a/CHANGELOG.md b/CHANGELOG.md index 3339e23..417c00e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +... + +### Fixed + +... + +### Changed + +... + +## [v0.5.0.0] - 2024-03-30 + ### Added * Make gopher links out of posted URIs! @@ -19,10 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 an index search result from being refreshed, when the user intends to simply refresh the thread, and it resulting in an accidental repost. -### Fixed - -... - ### Changed * Rate-limit messages broken down into two separate messages for reply rate limit and @@ -62,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 First release, a proof of concept. -[unreleased]: https://github.com/someodd/gopherden/compare/v0.4.0.0...HEAD +[unreleased]: https://github.com/someodd/gopherden/compare/v0.5.0.0...HEAD +[0.5.0.0]: https://github.com/someodd/gopherden/compare/v0.4.0.0...v0.5.0.0 [0.4.0.0]: https://github.com/someodd/gopherden/compare/v0.3.0.0...v0.4.0.0 [0.3.0.0]: https://github.com/someodd/gopherden/compare/v0.2.0.0...v0.3.0.0 [0.2.0.0]: https://github.com/someodd/gopherden/compare/v0.1.0.0...v0.2.0.0