diff --git a/README.md b/README.md index 7d6beda4..6513af9b 100644 --- a/README.md +++ b/README.md @@ -781,10 +781,10 @@ SOFTWARE. [grafana-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [grafana-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [grafana-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/v0.14.0 -[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.14.0/README.md +[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/v0.15.0 +[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.15.0/README.md [grocy-issue]: https://github.com/hassio-addons/addon-grocy/issues -[grocy-version-shield]: https://img.shields.io/badge/version-v0.14.0-blue.svg +[grocy-version-shield]: https://img.shields.io/badge/version-v0.15.0-blue.svg [grocy-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [grocy-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [grocy-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/grocy/CHANGELOG.md b/grocy/CHANGELOG.md index 225c0cd7..28bfcdee 100644 --- a/grocy/CHANGELOG.md +++ b/grocy/CHANGELOG.md @@ -1,13 +1,20 @@ ## What’s changed +This release upgrades Grocy to 3.1.0! 🎉 + +## 🐛 Bug fixes + +- Adjust runtime for PHP8 @frenck (#206) +- Hot patch more Grocy Javascript braindamage @frenck (#207) + ## ⬆️ Dependency updates -- ⬆️ Bump micnncim/action-label-syncer from 1.2.0 to 1.3.0 @dependabot (#180) -- ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#184) -- ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 @dependabot (#183) -- ⬆️ Bump docker/build-push-action from 2.4.0 to 2.5.0 @dependabot (#182) -- ⬆️ Upgrades add-on base image to v9.2.1 @frenck (#185) -- ⬆️ Bump frenck/action-addon-information from 1.1 to 1.2 @dependabot (#186) -- ⬆️ Upgrades add-on base image to v9.2.2 @frenck (#189) -- ⬆️ Upgrades add-on base image to v10.0.0 @frenck (#193) -- ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#192) +- ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.4.1 @dependabot (#195) +- ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#196) +- ⬆️ Bump docker/setup-buildx-action from 1.4.1 to 1.5.0 @dependabot (#198) +- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 @dependabot (#200) +- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 @dependabot (#201) +- ⬆️ Upgrades php7 to 7.4.21-r0 @frenck (#202) +- ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#204) +- ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#203) +- ⬆️ Upgrades Grocy to 3.1.0 @frenck (#205) diff --git a/grocy/README.md b/grocy/README.md index 36ba1347..58545399 100644 --- a/grocy/README.md +++ b/grocy/README.md @@ -54,6 +54,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.14.0-blue.svg -[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.14.0 +[release-shield]: https://img.shields.io/badge/version-v0.15.0-blue.svg +[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.15.0 [screenshot]: https://github.com/hassio-addons/addon-grocy/raw/main/images/screenshot.gif \ No newline at end of file diff --git a/grocy/config.json b/grocy/config.json index 175ae1fc..a960730d 100644 --- a/grocy/config.json +++ b/grocy/config.json @@ -1,6 +1,6 @@ { "name": "Grocy", - "version": "0.14.0", + "version": "0.15.0", "slug": "grocy", "description": "ERP beyond your fridge! A groceries & household management solution for your home", "url": "https://github.com/hassio-addons/addon-grocy",