diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e3227b..081cd95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.6.0] +### Added +- Allow library to work with various version of `paysera/lib-object-wrapper` from `0.1.0` + ## [1.5.1] ### Changed - Changed error handling signatures to work with new versions. diff --git a/composer.json b/composer.json index 8cfe2e1..fd5b2b6 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "symfony/validator": "^3.4.34|^4.3|^5.4", "paysera/lib-normalization-bundle": "^1.1.0", "paysera/lib-normalization": "^1.2", - "paysera/lib-object-wrapper": "^0.1.0|^0.2.0|^0.3.0", + "paysera/lib-object-wrapper": "~0.1", "paysera/lib-pagination": "^1.0", "paysera/lib-dependency-injection": "^1.3.0", "psr/log": "^1.0|^2.0",