diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e4c16..27e649d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.12.1](https://github.com/mauricerenck/komments/compare/v1.12.0...v1.12.1) (2023-09-21) + + +### Bug Fixes + +* thank you message translation ([#59](https://github.com/mauricerenck/komments/issues/59)) ([f4cbfa3](https://github.com/mauricerenck/komments/commit/f4cbfa3a6f398ccb888ab9a6cc4c9e252c7a054a)), closes [/github.com/mauricerenck/komments/pull/59#issuecomment-1729101856](https://github.com//github.com/mauricerenck/komments/pull/59/issues/issuecomment-1729101856) + # [1.12.0](https://github.com/mauricerenck/komments/compare/v1.11.1...v1.12.0) (2023-09-13) diff --git a/composer.json b/composer.json index 760e695..76d1d93 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "1.12.0", + "version": "1.12.1", "description": "A comment and webmention plugin for Kirby 3", "homepage": "https://github.com/mauricerenck/komments", "type": "kirby-plugin",