We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4aa264 commit ae712c4Copy full SHA for ae712c4
CHANGELOG.md
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
-## 1.0.0 - [Unreleased]
+## 1.0.0 - 2017-11-07
10
### Added
11
- Add official support to PHP 7.2 (#71)
12
### Changed
src/SentryBundle.php
@@ -6,5 +6,5 @@
class SentryBundle extends Bundle
{
- const VERSION = '1.0-dev';
+ const VERSION = '1.0';
}
0 commit comments