diff --git a/CHANGELOG.md b/CHANGELOG.md index fb29042..19ad6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/mauricerenck/komments/compare/v1.6.0...v1.7.0) (2022-02-26) + + +### Features + +* DEPRECATED removed sending webmentions ([#44](https://github.com/mauricerenck/komments/issues/44)) ([7d31fdb](https://github.com/mauricerenck/komments/commit/7d31fdb01e0791b78d4c4f5a77ea72fd5703a209)) + # [1.6.0](https://github.com/mauricerenck/komments/compare/v1.5.2...v1.6.0) (2022-01-27) diff --git a/composer.json b/composer.json index 5fdc444..83ca025 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "1.6.0", + "version": "1.7.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