diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..db1a468 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# 1.0.0 (2021-11-12) + + +### Features + +* automatic releases ([69d630e](https://github.com/mauricerenck/indieConnector/commit/69d630ec991de4343c0169556b5e1e9d08be6780)) +* core setup ([b5dc148](https://github.com/mauricerenck/indieConnector/commit/b5dc1482e75c57e5194037ba4124ec0635a22ce5)) +* INIT ([0f7a192](https://github.com/mauricerenck/indieConnector/commit/0f7a1923ae35e90c5c4fa90033657a0755609119)) diff --git a/composer.json b/composer.json index 11be65e..761a443 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/indieconnector", - "version": "1.0.5", + "version": "1.0.0", "description": "Kirby Webmentions your plugins can subscribe to", "type": "kirby-plugin", "license": "MIT", @@ -38,4 +38,4 @@ "build-composer": "composer install --no-dev --optimize-autoloader" }, "minimum-stability": "dev" -} +} \ No newline at end of file