From 62fde5a8e298864115aab1253cd85eecb44dd985 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 13 Jan 2025 08:47:19 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 17 +++++++++++++++++ docker-compose.yml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 309932c1..557f2704 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 +* [#2331](https://github.com/shlinkio/shlink/issues/2331) Add `ADDRESS` env var which allows to customize the IP address to which RoadRunner binds, when using the official docker image. + +### Changed +* *Nothing* + +### Deprecated +* *Nothing* + +### Removed +* *Nothing* + +### Fixed +* *Nothing* + + # [4.4.0] - 2024-12-27 ### Added * [#2265](https://github.com/shlinkio/shlink/issues/2265) Add a new `REDIRECT_EXTRA_PATH_MODE` option that accepts three values: diff --git a/docker-compose.yml b/docker-compose.yml index e8e69c9d..cc6966f0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -144,7 +144,7 @@ services: shlink_mercure: container_name: shlink_mercure - image: dunglas/mercure:v0.15 + image: dunglas/mercure:v0.18 ports: - "3080:80" environment: