diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a50a77..b6aeea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Craft Sentry Changelog +## 1.0.0 - 2019-11-26 +### Added +- Stable release + ## 1.0.0-beta.1 - 2019-11-25 ### Added - Initial Release diff --git a/composer.json b/composer.json index 42a0100..f834618 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "born05/craft-sentry", "description": "Pushes Craft CMS errors to Sentry.", "type": "craft-plugin", - "version": "1.0.0-beta.1", + "version": "1.0.0", "keywords": [ "craft", "cms", @@ -36,6 +36,7 @@ "handle": "sentry-sdk", "hasCpSettings": false, "hasCpSection": false, - "changelogUrl": "https://raw.githubusercontent.com/born05/craft-sentry/master/CHANGELOG.md" + "changelogUrl": "https://raw.githubusercontent.com/born05/craft-sentry/master/CHANGELOG.md", + "documentationUrl": "https://github.com/born05/craft-sentry/blob/master/README.md" } }