From 1d3d8e11d46dc98e9d7571c2ab2c53deef911408 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Sep 2024 10:31:55 +0000 Subject: [PATCH] chore(release): 3.2.8 [skip ci] ## [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) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",