From d9fa4262a31ff77569f51dfd4964b574a05b4e01 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Sep 2024 10:35:16 +0000 Subject: [PATCH] chore(release): 3.2.9 [skip ci] ## [3.2.9](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.8...v3.2.9) (2024-09-26) ### Bug Fixes * use new date method for build date ([f1b0037](https://github.com/mauricerenck/kirby-podcaster/commit/f1b0037d33b10bfc30ff43d1ff552a23290a3edc)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 771f400..ac7fbbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.9](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.8...v3.2.9) (2024-09-26) + + +### Bug Fixes + +* use new date method for build date ([f1b0037](https://github.com/mauricerenck/kirby-podcaster/commit/f1b0037d33b10bfc30ff43d1ff552a23290a3edc)) + ## [3.2.8](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.7...v3.2.8) (2024-09-26) diff --git a/composer.json b/composer.json index 1e34ffe..4ef2860 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/podcaster", - "version": "3.2.8", + "version": "3.2.9", "description": "A Kirby Podcast Plugin", "homepage": "https://github.com/mauricerenck/kirby-podcaster", "type": "kirby-plugin",