From 04abdcad30f311b2cdd358482a0221e135f716aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 14:37:08 +0200 Subject: [PATCH] chore(master): release 1.3.0 (#113) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ composer.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5fb7d6..e8c6bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.3.0](https://github.com/NethServer/phonehome-server/compare/v1.2.0...v1.3.0) (2024-04-24) + + +### Features + +* add search by PCI id ([#112](https://github.com/NethServer/phonehome-server/issues/112)) ([eb338d3](https://github.com/NethServer/phonehome-server/commit/eb338d38b1190f62269f9b2c33fafd3c1f015c11)) + + +### Miscellaneous Chores + +* **deps:** update mlocati/php-extension-installer docker tag to v2.2.12 ([ff0af80](https://github.com/NethServer/phonehome-server/commit/ff0af80887559b9b46d1fb5ca0d83fe79ed1d5f7)) +* **deps:** update nginx docker tag to v1.25.5 ([c433099](https://github.com/NethServer/phonehome-server/commit/c433099c503e200d59fa7d0b1c901afbda88d506)) + ## [1.2.0](https://github.com/NethServer/phonehome-server/compare/v1.1.0...v1.2.0) (2024-04-19) diff --git a/composer.json b/composer.json index 1859691..e7639d2 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "phonehome", "laravel" ], - "version": "1.2.0", + "version": "1.3.0", "license": "AGPL-3.0-or-later", "require": { "php": "^8.3",