diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f05b0c..8a559cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.6](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.5...v3.2.6) (2024-08-21) + + +### Bug Fixes + +* stats may return null value ([ad85cc3](https://github.com/mauricerenck/kirby-podcaster/commit/ad85cc366a860eccad9f6d0cb8a0a5f33e88ea53)) + ## [3.2.5](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.4...v3.2.5) (2024-08-21) diff --git a/composer.json b/composer.json index 719ae09..be46637 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/podcaster", - "version": "3.2.5", + "version": "3.2.6", "description": "A Kirby Podcast Plugin", "homepage": "https://github.com/mauricerenck/kirby-podcaster", "type": "kirby-plugin",