diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fba039..5f5228e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/mauricerenck/komments/compare/v2.0.0...v2.0.1) (2024-03-04) + + +### Bug Fixes + +* handle missing inbox ([2f539e4](https://github.com/mauricerenck/komments/commit/2f539e4d3d96c1b3a68f5c0fdc8ccdadad312a98)) + # [2.0.0](https://github.com/mauricerenck/komments/compare/v1.13.2...v2.0.0) (2024-03-04) diff --git a/composer.json b/composer.json index c99602e..673f24c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "2.0.0", + "version": "2.0.1", "description": "A comment and webmention plugin for Kirby 3", "homepage": "https://github.com/mauricerenck/komments", "type": "kirby-plugin",