From 62b54ceaaf6ba851648994af90862a0807088df6 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 26 Dec 2023 16:16:10 +0100 Subject: [PATCH] Add v3.7.2 to changelog --- CHANGELOG.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4744e4d4..736daf3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [Unreleased] +## [3.7.2] - 2023-12-26 ### Added * *Nothing* diff --git a/composer.json b/composer.json index 3cb28ddc..b9eef16c 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "shlinkio/shlink-config": "^2.5", "shlinkio/shlink-event-dispatcher": "^3.1", "shlinkio/shlink-importer": "^5.2.1", - "shlinkio/shlink-installer": "dev-develop#62aae8d as 8.7", + "shlinkio/shlink-installer": "^8.7", "shlinkio/shlink-ip-geolocation": "^3.4", "shlinkio/shlink-json": "^1.1", "spiral/roadrunner": "^2023.2",