From 9742bf13e48028c48338e983f0f5a5f85acd10fb Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 18 Oct 2022 18:48:35 +0200 Subject: [PATCH 1/2] Upgraded to latest doctrine/orm --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 809ccfbb..6854d3fc 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "akrabat/ip-address-middleware": "^2.1", "cakephp/chronos": "^2.3", "doctrine/migrations": "^3.5", - "doctrine/orm": "^2.12", + "doctrine/orm": "^2.13.3", "endroid/qr-code": "^4.4", "geoip2/geoip2": "^2.12", "guzzlehttp/guzzle": "^7.4", From e8069a10ba971e0b13db4f16352af0b38132354f Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 18 Oct 2022 18:49:52 +0200 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d4838a2..a8462b20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). +## [3.3.2] - 2022-10-18 +### Added +* *Nothing* + +### Changed +* *Nothing* + +### Deprecated +* *Nothing* + +### Removed +* *Nothing* + +### Fixed +* [#1576](https://github.com/shlinkio/shlink/issues/1576) Fixed error when trying to retry visits location from CLI. + + ## [3.3.1] - 2022-09-30 ### Added * *Nothing*