diff --git a/CHANGELOG.md b/CHANGELOG.md index 577af75..7b7977f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.1](https://github.com/mauricerenck/indieConnector/compare/v1.9.0...v1.9.1) (2023-12-06) + + +### Bug Fixes + +* composer updates ([9f08816](https://github.com/mauricerenck/indieConnector/commit/9f088160dcc738d86da57121ca9a99f41b1b1aac)) + # [1.9.0](https://github.com/mauricerenck/indieConnector/compare/v1.8.2...v1.9.0) (2023-11-23) diff --git a/composer.json b/composer.json index 90bc135..2021cf5 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/indieconnector", - "version": "1.9.0", + "version": "1.9.1", "description": "Kirby Webmentions your plugins can subscribe to", "type": "kirby-plugin", "license": "MIT",