diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3b2ca1..7a107975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this * *Nothing* -## [3.6.1] - 2023-05-04 +## [3.6.2] - 2023-06-08 +### Added +* *Nothing* + +### Changed +* *Nothing* + +### Deprecated +* *Nothing* + +### Removed +* *Nothing* + +### Fixed +* [#1808](https://github.com/shlinkio/shlink/issues/1808) Fix `rr` binary downloading during Shlink update. + + +## [3.6.1] - 2023-06-04 ### Added * *Nothing* diff --git a/composer.json b/composer.json index ffb589b0..2bde0785 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "shlinkio/shlink-config": "dev-main#245bbdd as 2.5", "shlinkio/shlink-event-dispatcher": "dev-main#bd3a62b as 3.1", "shlinkio/shlink-importer": "^5.1", - "shlinkio/shlink-installer": "^8.4", + "shlinkio/shlink-installer": "^8.4.1", "shlinkio/shlink-ip-geolocation": "^3.2", "shlinkio/shlink-json": "^1.0", "spiral/roadrunner": "^2023.1",