diff --git a/package.json b/package.json index 5daddf1d..19ced7f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io.netfoundry.zac", - "version": "3.4.7", + "version": "3.5.0", "description": "Ziti Administration Console", "main": "server.js", "type": "module", diff --git a/projects/ziti-console-lib/package.json b/projects/ziti-console-lib/package.json index d0adc0d7..db7cb074 100644 --- a/projects/ziti-console-lib/package.json +++ b/projects/ziti-console-lib/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-console-lib", - "version": "0.4.10", + "version": "0.5.0", "repository": { "type": "git", "url": "https://github.com/openziti/ziti-console" diff --git a/release-notes.md b/release-notes.md index d74709f9..34bccfde 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,13 @@ +# app-ziti-console-v3.5.0 +# ziti-console-lib-v0.5.0 + +## Feature/Improvements +* [Issue #486](https://github.com/openziti/ziti-console/issues/486) - New Terminators List Page and Edit Form + +## Bug Fixes +* [Issue #492](https://github.com/openziti/ziti-console/issues/492) - Simple service form is limited to only 30 identities + + # ziti-console-lib-v0.4.10 ## Bug Fixes * [Issue #482](https://github.com/openziti/ziti-console/issues/482) - Save search filters when navigating between the list page and edit screen