From 3538b22264d6a0246fe0eaff85cc6f69a02c503b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 28 Feb 2024 14:53:15 +0000 Subject: [PATCH] chore(release): 3.2.2 [skip ci] ## [3.2.2](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.1...v3.2.2) (2024-02-28) ### Bug Fixes * option for automigration added ([a918c86](https://github.com/mauricerenck/kirby-podcaster/commit/a918c867c402c6c59db40f89b26909b6af33782e)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea0e07..efe9581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.2](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.1...v3.2.2) (2024-02-28) + + +### Bug Fixes + +* option for automigration added ([a918c86](https://github.com/mauricerenck/kirby-podcaster/commit/a918c867c402c6c59db40f89b26909b6af33782e)) + ## [3.2.1](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.0...v3.2.1) (2024-02-28) diff --git a/composer.json b/composer.json index d68d0db..d432edc 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/podcaster", - "version": "3.2.1", + "version": "3.2.2", "description": "A Kirby Podcast Plugin", "homepage": "https://github.com/mauricerenck/kirby-podcaster", "type": "kirby-plugin",