Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel van Hintum committed Nov 26, 2019
1 parent ad2b2a7 commit 60b78c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 60b78c6

Please sign in to comment.