diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f43da8..450353a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.1](https://github.com/mauricerenck/indieConnector/compare/v1.6.0...v1.6.1) (2022-12-13) + + +### Bug Fixes + +* bump version ([da2bf23](https://github.com/mauricerenck/indieConnector/commit/da2bf231c0d8d5fb3d7f76691322ab943b2c968f)) + # [1.6.0](https://github.com/mauricerenck/indieConnector/compare/v1.5.0...v1.6.0) (2022-12-09) diff --git a/composer.json b/composer.json index fa09064..c10810f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/indieconnector", - "version": "1.6.0", + "version": "1.6.1", "description": "Kirby Webmentions your plugins can subscribe to", "type": "kirby-plugin", "license": "MIT",