diff --git a/CHANGELOG.md b/CHANGELOG.md index ff85693..d5b04dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +## [3.0.4] + +### Updated + +- `@infinum/eightshift-libs` to version `9.1.5`. + ## [3.0.3] ### Updated @@ -196,6 +202,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a - Initial production release. +[3.0.4]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.3...3.0.4 [3.0.3]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.2...3.0.3 [3.0.2]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.0...3.0.2 [3.0.0]: https://github.com/infinum/eightshift-forms-utils/compare/2.0.2...3.0.0 diff --git a/composer.json b/composer.json index 853ae45..03ebd70 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ }, "require": { "php": ">=8.2", - "infinum/eightshift-libs": "^9.1.1" + "infinum/eightshift-libs": "^9.1.5" }, "suggest": { "ext-pcov": "* || This extension is used for code coverage generation. Use either pcov, or xdebug, but not both.", diff --git a/composer.lock b/composer.lock index adc7bb7..90d5487 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8de8281200bc60654283dde0bc05005a", + "content-hash": "4c124a566b20e1d32c7db908372f6adb", "packages": [ { "name": "infinum/eightshift-libs", - "version": "9.1.1", + "version": "9.1.5", "source": { "type": "git", "url": "https://github.com/infinum/eightshift-libs.git", - "reference": "a78c95ab4e479bba34aced15d918ef5f7fb5d890" + "reference": "347592b7d3c321ce40c43a5e7497c6ade36eaefe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infinum/eightshift-libs/zipball/a78c95ab4e479bba34aced15d918ef5f7fb5d890", - "reference": "a78c95ab4e479bba34aced15d918ef5f7fb5d890", + "url": "https://api.github.com/repos/infinum/eightshift-libs/zipball/347592b7d3c321ce40c43a5e7497c6ade36eaefe", + "reference": "347592b7d3c321ce40c43a5e7497c6ade36eaefe", "shasum": "" }, "require": { @@ -70,7 +70,7 @@ "issues": "https://github.com/infinum/eightshift-libs/issues", "source": "https://github.com/infinum/eightshift-libs" }, - "time": "2024-09-04T11:43:22+00:00" + "time": "2024-09-20T07:00:37+00:00" }, { "name": "laravel/serializable-closure",