From 3e2f537fa1fb1de48e6b39d6705da4fcfb64277c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:44:21 +0200 Subject: [PATCH] chore(master): release 1.1.0 (#108) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ composer.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc8e1cb..771b2e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.1.0](https://github.com/NethServer/phonehome-server/compare/v1.0.1...v1.1.0) (2024-04-17) + + +### Features + +* add hardware info page ([#107](https://github.com/NethServer/phonehome-server/issues/107)) ([98875a9](https://github.com/NethServer/phonehome-server/commit/98875a94596e74cc3893482d840ed50b169528ca)) +* added debug logging if store installations fails validation ([4ff303b](https://github.com/NethServer/phonehome-server/commit/4ff303bd9a57be2e15d46376637439242da81cc3)) +* **ns8:** added default log level ([9f50707](https://github.com/NethServer/phonehome-server/commit/9f507077617195fac3d827540d164cf3648a805e)) + + +### Bug Fixes + +* fixed wrong scheduling ([b63869c](https://github.com/NethServer/phonehome-server/commit/b63869cc723d9a1a91a1166fa320622aa3a24053)) +* **ns8:** fixed wrong volume in web ([d4f5165](https://github.com/NethServer/phonehome-server/commit/d4f516597d614c7d2f38afd89da0dca999b70f6b)) +* removed unused public storage ([5b588c1](https://github.com/NethServer/phonehome-server/commit/5b588c1b9c69edc15b8bc7f4505b7982ca4cf37a)) +* **tests:** removed coverage mechanism ([a183df8](https://github.com/NethServer/phonehome-server/commit/a183df8250e11fae877d8f1d7d864be64f6b57bd)) + + +### Miscellaneous Chores + +* **deps:** fixing wrong content hash coming from release-please ([54eb521](https://github.com/NethServer/phonehome-server/commit/54eb5215add9b5624b039da0954bf17ab89dce73)) +* **deps:** update mlocati/php-extension-installer docker tag to v2.2.6 ([3ad4012](https://github.com/NethServer/phonehome-server/commit/3ad401266ea26efecf20ce3d93aa7bf63e2f2897)) +* **deps:** update mlocati/php-extension-installer docker tag to v2.2.9 ([b450117](https://github.com/NethServer/phonehome-server/commit/b4501176120c48b0ec22cbbfac6ea500eaaab019)) +* **deps:** update node.js to v20.12.0 ([bd6e356](https://github.com/NethServer/phonehome-server/commit/bd6e356ab0fd345a913826e0f5c62e418911c271)) +* **deps:** update node.js to v20.12.1 ([1af1c6b](https://github.com/NethServer/phonehome-server/commit/1af1c6bf08ad4c26e37612ecf21d1987e848a62c)) +* **deps:** update node.js to v20.12.2 ([1105800](https://github.com/NethServer/phonehome-server/commit/1105800af08e6e8b1fae30973f33ac1f213b4c4b)) +* **deps:** update php docker tag to v8.3.6 ([b9cb3af](https://github.com/NethServer/phonehome-server/commit/b9cb3aff0302b88b48d50351d49acf404adbb6c9)) + ## [1.0.1](https://github.com/NethServer/phonehome-server/compare/v1.0.0...v1.0.1) (2024-03-27) diff --git a/composer.json b/composer.json index 3f04724..e6fee4d 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "phonehome", "laravel" ], - "version": "1.0.1", + "version": "1.1.0", "license": "AGPL-3.0-or-later", "require": { "php": "^8.3",