From 10ecd33d481989f5f8e1894643814aa40cbc56c0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 14:30:59 +0000 Subject: [PATCH] chore(release): 3.2.5 [skip ci] ## [3.2.5](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.4...v3.2.5) (2024-08-21) ### Bug Fixes * do not connect to db when internal stats are inactive ([c37fec9](https://github.com/mauricerenck/kirby-podcaster/commit/c37fec9e3888dffb90eb626006c0821b721c594e)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87d457e..4f05b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.5](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.4...v3.2.5) (2024-08-21) + + +### Bug Fixes + +* do not connect to db when internal stats are inactive ([c37fec9](https://github.com/mauricerenck/kirby-podcaster/commit/c37fec9e3888dffb90eb626006c0821b721c594e)) + ## [3.2.4](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.3...v3.2.4) (2024-03-30) diff --git a/composer.json b/composer.json index c2aa1e6..719ae09 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/podcaster", - "version": "3.2.4", + "version": "3.2.5", "description": "A Kirby Podcast Plugin", "homepage": "https://github.com/mauricerenck/kirby-podcaster", "type": "kirby-plugin",