Skip to content

Commit ae712c4

Browse files
committed
Mark version as 1.0 and tag it
1 parent e4aa264 commit ae712c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
## 1.0.0 - [Unreleased]
9+
## 1.0.0 - 2017-11-07
1010
### Added
1111
- Add official support to PHP 7.2 (#71)
1212
### Changed

src/SentryBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
class SentryBundle extends Bundle
88
{
9-
const VERSION = '1.0-dev';
9+
const VERSION = '1.0';
1010
}

0 commit comments

Comments
 (0)