diff --git a/CHANGELOG.md b/CHANGELOG.md index 819b6dc..771f400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.8](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.7...v3.2.8) (2024-09-26) + + +### Bug Fixes + +* more resilient date format ([740cd75](https://github.com/mauricerenck/kirby-podcaster/commit/740cd75c9ea882ca08d6d2ab4339705bc89cf683)), closes [#72](https://github.com/mauricerenck/kirby-podcaster/issues/72) + ## [3.2.7](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.6...v3.2.7) (2024-08-21) diff --git a/composer.json b/composer.json index 3bfb306..1e34ffe 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/podcaster", - "version": "3.2.7", + "version": "3.2.8", "description": "A Kirby Podcast Plugin", "homepage": "https://github.com/mauricerenck/kirby-podcaster", "type": "kirby-plugin",