From c128bfea621f709e2a061c65f76b609ee86b7be3 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Thu, 8 Jun 2023 10:36:17 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0bd249..6c06310 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] +## [0.5.0] - 2023-06-08 + +### Added + +* Add full release Gitea Actions workflow + +### Changed + +* Simplify GItea Actions check and lint workflow + +### Fixed + +* Differentiate between publish and update time for items + ## [0.4.1] - 2023-04-11 ### Changed @@ -93,6 +107,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release. [Unreleased]: https://git.luon.net/paul/podbringer/compare/v0.4.1...HEAD +[0.5.0]: https://git.luon.net/paul/podbringer/compare/v0.4.1..v0.5.0 [0.4.1]: https://git.luon.net/paul/podbringer/compare/v0.4.0..v0.4.1 [0.4.0]: https://git.luon.net/paul/podbringer/compare/v0.3.0..v0.4.0 [0.3.0]: https://git.luon.net/paul/podbringer/compare/v0.2.0..v0.3.0