Skip to content

Commit

Permalink
release v2
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Sep 25, 2020
1 parent a6c9b75 commit 08ab03c
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 @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] - Unreleased
## [2.0.0] - 2020-09-25
### Removed
- Support for PHP 7.0 and 7.1

Expand Down Expand Up @@ -73,7 +73,7 @@ First version

[#4]: https://github.com/middlewares/https/issues/4

[2.0.0]: https://github.com/middlewares/https/compare/v1.3.0...HEAD
[2.0.0]: https://github.com/middlewares/https/compare/v1.3.0...v2.0.0
[1.3.0]: https://github.com/middlewares/https/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/middlewares/https/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/middlewares/https/compare/v1.0.0...v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.1",
"laminas/laminas-diactoros": "^2.2",
"laminas/laminas-diactoros": "^2.3",
"friendsofphp/php-cs-fixer": "^2.0",
"squizlabs/php_codesniffer": "^3.0",
"oscarotero/php-cs-fixer-config": "^1.0"
Expand Down

0 comments on commit 08ab03c

Please sign in to comment.