Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Nov 13, 2024
1 parent 0233631 commit 9939f5b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Change Log

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] - 2024-11-13
### Fixed
- Allow `middlewares/utils:^4` [#5]

## [2.0.1] - 2020-12-02
### Added
- Support for PHP 8
Expand Down Expand Up @@ -61,9 +64,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Changed `composer.json` to include the latest version of `middlewares/utils 0.*`

## 0.1.0 - 2016-09-30
## [0.1.0] - 2016-09-30
First version

[#5]: https://github.com/middlewares/trailing-slash/issues/5

[2.0.2]: https://github.com/middlewares/trailing-slash/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/middlewares/trailing-slash/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/middlewares/trailing-slash/compare/v1.1.0...v2.0.0
[1.1.0]: https://github.com/middlewares/trailing-slash/compare/v1.0.0...v1.1.0
Expand All @@ -73,3 +79,4 @@ First version
[0.3.0]: https://github.com/middlewares/trailing-slash/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/middlewares/trailing-slash/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/middlewares/trailing-slash/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/middlewares/trailing-slash/releases/tag/v0.1.0

0 comments on commit 9939f5b

Please sign in to comment.