From 24e6acc6e81bf9f402b94b8820293c112535b9f5 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 8 Jun 2023 18:47:55 +0200 Subject: [PATCH] Update to a shlink-installer version that fixes rr download --- CHANGELOG.md | 19 ++++++++++++++++++- composer.json | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df74b5a..0abea562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,24 @@ 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.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 eb8aac8e..7593481b 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "shlinkio/shlink-config": "^2.4", "shlinkio/shlink-event-dispatcher": "^3.0", "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",