diff --git a/CHANGELOG.md b/CHANGELOG.md index c841ee9..fb29042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/mauricerenck/komments/compare/v1.5.2...v1.6.0) (2022-01-27) + + +### Features + +* panel ui refinements ([6ebe3b9](https://github.com/mauricerenck/komments/commit/6ebe3b941ddbca5dcb4aa9a11eada0efd659146d)) + ## [1.5.2](https://github.com/mauricerenck/komments/compare/v1.5.1...v1.5.2) (2022-01-25) diff --git a/composer.json b/composer.json index f8d7620..475d4d1 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "1.5.2", + "version": "1.6.0", "description": "A comment and webmention plugin for Kirby 3", "type": "kirby-plugin", "license": "MIT",