Skip to content

Commit

Permalink
Merge branch 'release/2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Mar 28, 2020
2 parents 3af226c + 9de3774 commit e6ca132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 2.0.2 - TBD
## 2.0.2 - 2020-03-28

### Added

Expand All @@ -22,7 +22,7 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.
- Fixed `replace` version constraint in composer.json so repository can be used as replacement of `zendframework/zend-expressive-authentication-oauth2:^2.0.0`.

## 2.0.1 - 2020-02-10

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"replace": {
"zendframework/zend-expressive-authentication-oauth2": "self.version"
"zendframework/zend-expressive-authentication-oauth2": "^2.0.0"
}
}

0 comments on commit e6ca132

Please sign in to comment.