Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Dec 17, 2023
1 parent 39b8ab9 commit c789be3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# 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/).

## [3.4.0] - 2023-12-15
## [4.0.0] - 2023-12-17
### Added
- Support for psr/http-message 2.x (if you don't use slim/psr7 or sunrise/http-message as factory)

### Changed
- Updated dependencies and tests

### Removed
- Support for PHP prior to 8.2.

## [3.3.0] - 2021-07-04
### Added
- Support for psr/container v2.x [#26]
Expand Down Expand Up @@ -203,7 +206,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Uri factory

## 0.1.0 - 2016-09-30
## [0.1.0] - 2016-09-30
### Added
- Response factory
- Stream factory
Expand All @@ -216,6 +219,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[#23]: https://github.com/middlewares/utils/issues/23
[#26]: https://github.com/middlewares/utils/issues/26

[4.0.0]: https://github.com/middlewares/utils/compare/v3.3.0...v4.0.0
[3.3.0]: https://github.com/middlewares/utils/compare/v3.2.0...v3.3.0
[3.2.0]: https://github.com/middlewares/utils/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/middlewares/utils/compare/v3.0.1...v3.1.0
Expand Down Expand Up @@ -245,3 +249,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[0.3.1]: https://github.com/middlewares/utils/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/middlewares/utils/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/middlewares/utils/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/middlewares/utils/releases/tag/v0.1.0

0 comments on commit c789be3

Please sign in to comment.