diff --git a/CHANGELOG.md b/CHANGELOG.md index 13ac27e..cfa1407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.9.0](https://github.com/mauricerenck/komments/compare/v1.8.2...v1.9.0) (2022-07-01) + + +### Features + +* support for kirby 3.7 stats sections ([961d857](https://github.com/mauricerenck/komments/commit/961d857f563400d920cadab187db086ef38960cf)) + ## [1.8.2](https://github.com/mauricerenck/komments/compare/v1.8.1...v1.8.2) (2022-04-26) diff --git a/composer.json b/composer.json index dd01a8e..09ad0d3 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "1.8.2", + "version": "1.9.0", "description": "A comment and webmention plugin for Kirby 3", "homepage": "https://github.com/mauricerenck/komments", "type": "kirby-plugin", @@ -44,4 +44,4 @@ "npm run build" ] } -} +} \ No newline at end of file