diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b409dd5..113465d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,28 @@ Types of changes: - *Fixed* for any bug fixes. - *Security* in case of vulnerabilities. +## 4.12.4 + +### Fixed + +* Chore(deprecation): Switch from annotations to method attributes by @oli-ver [#1604](https://github.com/nextcloud/notes/pull/1604) + +### Dependencies + +* Chore(deps): Bump actions/checkout from 4.3.0 to 5.0.0 by @dependabot[bot] [#1619](https://github.com/nextcloud/notes/pull/1619) +* Chore(deps-dev): Bump sha.js from 2.4.11 to 2.4.12 by @dependabot[bot] [#1621](https://github.com/nextcloud/notes/pull/1621) +* Chore(deps-dev): Bump cipher-base from 1.0.4 to 1.0.6 by @dependabot[bot] [#1622](https://github.com/nextcloud/notes/pull/1622) +* Chore(deps-dev): Bump php-cs-fixer/shim from 3.85.1 to 3.86.0 by @dependabot[bot] [#1628](https://github.com/nextcloud/notes/pull/1628) +* Chore(deps-dev): Bump guzzlehttp/guzzle from 7.9.3 to 7.10.0 by @dependabot[bot] [#1629](https://github.com/nextcloud/notes/pull/1629) +* Chore(deps-dev): Bump phan/phan from 5.5.0 to 5.5.1 by @dependabot[bot] [#1630](https://github.com/nextcloud/notes/pull/1630) + +### Added + +* feat(ui): switch to outline icons by @JuliaKirschenheuter [#1596](https://github.com/nextcloud/notes/pull/1596) +* Prevent exception for a share file by inviting a new guest account by @JuliaKirschenheuter [#1595](https://github.com/nextcloud/notes/pull/1595) +* feat(files): Expose image api for other clients as api v1.4 including routes fix by @oli-ver [#1600](https://github.com/nextcloud/notes/pull/1600) + + ## 4.12.3 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 82e5f1f83..338935a0f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ Distraction-free notes and writing - 4.12.3 + 4.12.4 agpl Kristof Hamann Bernhard Posselt diff --git a/package-lock.json b/package-lock.json index 97b901e94..e6cee0657 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "notes", - "version": "4.12.3", + "version": "4.12.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "notes", - "version": "4.12.3", + "version": "4.12.4", "license": "agpl", "dependencies": { "@nextcloud/axios": "^2.5.1", diff --git a/package.json b/package.json index 4bbba3f48..8fd709dce 100644 --- a/package.json +++ b/package.json @@ -46,5 +46,5 @@ "browserslist": [ "extends @nextcloud/browserslist-config" ], - "version": "4.12.3" + "version": "4.12.4" }