From 60b8ceb325b61ffee9f83ded8b398484201636a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurynas=20Grici=C5=ABnas?= Date: Fri, 3 Feb 2023 12:41:42 +0200 Subject: [PATCH] Update library version --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8394f3..a143d88 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.3.1] +### Changed +- Updated the paysera/lib-normalization library. + ## [1.3.0] ### Added - support for PHP 8 diff --git a/composer.json b/composer.json index 947e3ff..bcb5834 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "symfony/security-bundle": "^3.4.34|^4.3", "symfony/validator": "^3.4.34|^4.3", "paysera/lib-normalization-bundle": "^1.1.0", - "paysera/lib-normalization": "^1.2.0", + "paysera/lib-normalization": "^1.2", "paysera/lib-object-wrapper": "^0.1.0|^0.2.0|^0.3.0", "paysera/lib-pagination": "^1.0", "paysera/lib-dependency-injection": "^1.3.0",