diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b9359e..e85a365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.6](https://github.com/mauricerenck/pexels-image-field/compare/v1.0.5...v1.0.6) (2022-01-13) + + +### Bug Fixes + +* do not start pageslug with a slash ([3252ad5](https://github.com/mauricerenck/pexels-image-field/commit/3252ad5648e5804f07b09f2b990cf57304cf53ef)) + ## [1.0.5](https://github.com/mauricerenck/pexels-image-field/compare/v1.0.4...v1.0.5) (2022-01-13) diff --git a/composer.json b/composer.json index ec077f3..cb3561e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/pexelsimagefield", - "version": "1.0.5", + "version": "1.0.6", "description": "A Kirby Plugin Starterkit", "type": "kirby-plugin", "license": "MIT",