diff --git a/CHANGELOG.md b/CHANGELOG.md index 534c261..dba983d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1.2] - 2024-01-12 +### Fixed +- Updated dependencies. + ## [2.1.1] - 2020-12-02 ### Added - Support for PHP 8 @@ -64,11 +67,12 @@ 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 [#2]: https://github.com/middlewares/http-authentication/issues/2 +[2.1.2]: https://github.com/middlewares/http-authentication/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/middlewares/http-authentication/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/middlewares/http-authentication/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/middlewares/http-authentication/compare/v1.1.0...v2.0.0 @@ -78,3 +82,4 @@ First version [0.4.0]: https://github.com/middlewares/http-authentication/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/middlewares/http-authentication/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/middlewares/http-authentication/compare/v0.1.0...v0.2.0 +[0.1.0]: https://github.com/middlewares/http-authentication/releases/tag/v0.1.0