diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7282be844..bac4ebcfd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.27.3" + ".": "1.28.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 84f610457..3e3a86b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.28.0](https://github.com/NethServer/nethsecurity-ui/compare/1.27.3...1.28.0) (2025-06-10) + + +### Features + +* **ha:** show card on dashboard ([#533](https://github.com/NethServer/nethsecurity-ui/issues/533)) ([8f9064f](https://github.com/NethServer/nethsecurity-ui/commit/8f9064fbb3e7663b63a3540b3f47ed37c546f711)) + + +### Bug Fixes + +* **controller:** remember me checkbox on login ([#577](https://github.com/NethServer/nethsecurity-ui/issues/577)) ([97f9ab0](https://github.com/NethServer/nethsecurity-ui/commit/97f9ab0c16174743e0c2d79a0ddb3a7b25d20b15)) +* **lang:** add error for duplicate IP reservation ([#580](https://github.com/NethServer/nethsecurity-ui/issues/580)) ([d670cef](https://github.com/NethServer/nethsecurity-ui/commit/d670cefc1f26f10acd002186db35d7772d0ca2b7)) +* passphrase (public key) access to unit ssh ([#575](https://github.com/NethServer/nethsecurity-ui/issues/575)) ([e954e12](https://github.com/NethServer/nethsecurity-ui/commit/e954e12045f48748e277fb63c500c715d4eb7a69)) +* **zones:** allow names not starting with number ([#579](https://github.com/NethServer/nethsecurity-ui/issues/579)) ([dfc7686](https://github.com/NethServer/nethsecurity-ui/commit/dfc7686aaee55b86a8df74c2ab223616ec18fac6)) + ## [1.27.3](https://github.com/NethServer/nethsecurity-ui/compare/1.27.2...1.27.3) (2025-06-04) diff --git a/package-lock.json b/package-lock.json index 53d04bc27..29919ff7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nethsecurity-ui", - "version": "1.27.3", + "version": "1.28.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nethsecurity-ui", - "version": "1.27.3", + "version": "1.28.0", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.4.0", "@fortawesome/free-brands-svg-icons": "^6.4.0", diff --git a/package.json b/package.json index 3cb525370..e06637d97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nethsecurity-ui", - "version": "1.27.3", + "version": "1.28.0", "config": { "requiredApiVersion": "~3.2.0" },