From fd007ea4a9962cfce588f9563a62c3fa07dc7e6e Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 22 Nov 2020 16:26:17 +0100 Subject: [PATCH 1/2] #869 Updated dependencies to support mercure 0.10 --- composer.json | 6 +++--- docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c085f69b..679fdbe9 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "laminas/laminas-paginator": "^2.8", "laminas/laminas-servicemanager": "^3.4", "laminas/laminas-stdlib": "^3.2", - "lcobucci/jwt": "^4.0@alpha <4.0@beta", + "lcobucci/jwt": "^4.0@beta", "league/uri": "^6.2", "lstrojny/functional-php": "^1.9", "mezzio/mezzio": "^3.2", @@ -49,7 +49,7 @@ "predis/predis": "^1.1", "pugx/shortid-php": "^0.5", "ramsey/uuid": "^3.9", - "shlinkio/shlink-common": "^3.3.0", + "shlinkio/shlink-common": "^3.3.2", "shlinkio/shlink-config": "^1.0", "shlinkio/shlink-event-dispatcher": "^1.4", "shlinkio/shlink-importer": "^2.0.1", @@ -58,7 +58,7 @@ "symfony/console": "^5.1", "symfony/filesystem": "^5.1", "symfony/lock": "^5.1", - "symfony/mercure": "^0.3.0", + "symfony/mercure": "^0.4.0", "symfony/process": "^5.1", "symfony/string": "^5.1" }, diff --git a/docker-compose.yml b/docker-compose.yml index d700f3b3..ba4558e4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -131,7 +131,7 @@ services: shlink_mercure: container_name: shlink_mercure - image: dunglas/mercure:v0.9 + image: dunglas/mercure:v0.10 ports: - "3080:80" environment: From 600f7a738842bafc79c9d5da907fafeaf153dc7d Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 22 Nov 2020 16:27:24 +0100 Subject: [PATCH 2/2] #869 Updated changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec8f4df..ee9d0b11 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). +## [Unreleased] +### Added +* [#869](https://github.com/shlinkio/shlink/issues/869) Added support for Mercure Hub 0.10. + +### Changed +* *Nothing* + +### Deprecated +* *Nothing* + +### Removed +* *Nothing* + +### Fixed +* *Nothing* + + ## [2.4.2] - 2020-11-22 ### Added * *Nothing*