From a54e1b1dc597b45d4854b8de061a9addad67c621 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:15:58 +0100 Subject: [PATCH] chore(master): release 1.0.1 (#106) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd1f016..fc8e1cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/NethServer/phonehome-server/compare/v1.0.0...v1.0.1) (2024-03-27) + + +### Bug Fixes + +* allow laravel to fetch correct ip coming from reverse proxy ([1ca90ca](https://github.com/NethServer/phonehome-server/commit/1ca90ca7615a4597f778acb04a1de90be9e3806d)) +* **ns8:** removed unused redis image ([6303e09](https://github.com/NethServer/phonehome-server/commit/6303e095171b35c90af2ba7a20a7f8a10d076bf1)) + ## [1.0.0](https://github.com/NethServer/phonehome-server/compare/0.3.2...v1.0.0) (2024-03-27) Initial Release. diff --git a/composer.json b/composer.json index 1149c69..3f04724 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "phonehome", "laravel" ], - "version": "1.0.0", + "version": "1.0.1", "license": "AGPL-3.0-or-later", "require": { "php": "^8.3",