diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f5228e..6c0aa4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://github.com/mauricerenck/komments/compare/v2.0.1...v2.0.2) (2024-03-04) + + +### Bug Fixes + +* multilanguage inbox handling ([e51bcc9](https://github.com/mauricerenck/komments/commit/e51bcc925927631dd720ad26a7a0fa22ec3b6494)) + ## [2.0.1](https://github.com/mauricerenck/komments/compare/v2.0.0...v2.0.1) (2024-03-04) diff --git a/composer.json b/composer.json index 673f24c..4f15c4b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "2.0.1", + "version": "2.0.2", "description": "A comment and webmention plugin for Kirby 3", "homepage": "https://github.com/mauricerenck/komments", "type": "kirby-plugin",