Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jan 27, 2022
1 parent 32214a5 commit bf01412
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.2] - 2022-01-27
### Added
- Support for psr/container 2.0 [#11].

## [2.0.1] - 2020-12-02
### Added
- Support for PHP 8
Expand Down Expand Up @@ -72,12 +76,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Updated to `http-interop/http-middleware#0.3`

## 0.1.0 - 2016-10-02
## [0.1.0] - 2016-10-02
First version

[#5]: https://github.com/middlewares/whoops/issues/5
[#7]: https://github.com/middlewares/whoops/issues/7
[#11]: https://github.com/middlewares/whoops/issues/11

[2.0.2]: https://github.com/middlewares/whoops/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/middlewares/whoops/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/middlewares/whoops/compare/v1.2.0...v2.0.0
[1.2.0]: https://github.com/middlewares/whoops/compare/v1.1.0...v1.2.0
Expand All @@ -89,3 +95,4 @@ First version
[0.4.0]: https://github.com/middlewares/whoops/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/middlewares/whoops/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/middlewares/whoops/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/middlewares/whoops/releases/tag/v0.1.0

0 comments on commit bf01412

Please sign in to comment.