diff --git a/CHANGELOG.md b/CHANGELOG.md index c2cdbf2..fa389ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.1](https://github.com/mauricerenck/komments/compare/v1.3.0...v1.3.1) (2021-11-12) + + +### Bug Fixes + +* use Exception to prevent 500 error [#31](https://github.com/mauricerenck/komments/issues/31) ([9ff17e3](https://github.com/mauricerenck/komments/commit/9ff17e301df0efffd67304a32f84cc7b3b1c8e0d)) + # [1.3.0](https://github.com/mauricerenck/komments/compare/v1.2.0...v1.3.0) (2021-11-10) diff --git a/composer.json b/composer.json index 5913a14..7249070 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "1.3.0", + "version": "1.3.1", "description": "A comment and webmention plugin for Kirby 3", "type": "kirby-plugin", "license": "MIT",