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* 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",