diff --git a/CHANGELOG.md b/CHANGELOG.md index ac7fbbe..9ac929c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.10](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.9...v3.2.10) (2024-09-26) + + +### Bug Fixes + +* always require a cover image ([d46f054](https://github.com/mauricerenck/kirby-podcaster/commit/d46f054c70431dc4eaa64a28bffcf095a975556e)), closes [#69](https://github.com/mauricerenck/kirby-podcaster/issues/69) + ## [3.2.9](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.8...v3.2.9) (2024-09-26) diff --git a/composer.json b/composer.json index 4ef2860..abe3401 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/podcaster", - "version": "3.2.9", + "version": "3.2.10", "description": "A Kirby Podcast Plugin", "homepage": "https://github.com/mauricerenck/kirby-podcaster", "type": "kirby-plugin",