diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9eef0..2980456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/). +## [2.0.1] + +### Updated +- `@infinum/eightshift-libs` to version `8.0.7`. + ## [2.0.0] ### Updated @@ -157,6 +162,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a - Initial production release. +[2.0.1]: https://github.com/infinum/eightshift-forms-utils/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/infinum/eightshift-forms-utils/compare/1.3.6...2.0.0 [1.3.6]: https://github.com/infinum/eightshift-forms-utils/compare/1.3.5...1.3.6 [1.3.5]: https://github.com/infinum/eightshift-forms-utils/compare/1.3.4...1.3.5 diff --git a/composer.json b/composer.json index b7a7b40..01dc450 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ }, "require": { "php": ">=8.2", - "infinum/eightshift-libs": "^8.0.2" + "infinum/eightshift-libs": "^8.0.7" }, "suggest": { "ext-pcov": "* || This extension is used for code coverage generation. Use either pcov, or xdebug, but not both.",