Skip to content

Commit

Permalink
chore(master): release 1.1.0 (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 17, 2024
1 parent d4f5165 commit 3e2f537
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"phonehome",
"laravel"
],
"version": "1.0.1",
"version": "1.1.0",
"license": "AGPL-3.0-or-later",
"require": {
"php": "^8.3",
Expand Down

0 comments on commit 3e2f537

Please sign in to comment.