Skip to content

Commit 7dad690

Browse files
Nyholmsagikazarmark
authored andcommitted
Prepare for release 1.0.0 (#75)
1 parent 8db16da commit 7dad690

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33

44
## UNRELEASED
55

6+
## 1.0.0 - 2016-06-16
7+
68
### Added
79

8-
- Added back `Http\Discovery\NotFoundException` to preserve BC with 0.8 version
10+
- Added back `Http\Discovery\NotFoundException` to preserve BC with 0.8 version. You may upgrade from 0.8.x and 0.9.x to 1.0.0 without any BC breaks.
911
- Added interface `Http\Discovery\Exception` which is implemented by all our exceptions
1012

1113
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
],
4444
"extra": {
4545
"branch-alias": {
46-
"dev-master": "0.10-dev"
46+
"dev-master": "1.0-dev"
4747
}
4848
},
4949
"config": {

0 commit comments

Comments
 (0)