diff --git a/CHANGELOG.md b/CHANGELOG.md index 831dc20..2336f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.1](https://github.com/mauricerenck/komments/compare/v2.1.0...v2.1.1) (2024-08-10) + + +### Bug Fixes + +* only create webhook debug files when debug enabled ([5bf780c](https://github.com/mauricerenck/komments/commit/5bf780cb5491fd0a460dd2d2510e5ba72a8e4be0)) + # [2.1.0](https://github.com/mauricerenck/komments/compare/v2.0.5...v2.1.0) (2024-08-06) diff --git a/composer.json b/composer.json index 2a7186c..991b0ec 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "2.1.0", + "version": "2.1.1", "description": "A comment and webmention plugin for Kirby 3", "homepage": "https://github.com/mauricerenck/komments", "type": "kirby-plugin",