Skip to content

Commit

Permalink
Merge pull request #494 from openziti/release-3.5.0
Browse files Browse the repository at this point in the history
Release 3.5.0
  • Loading branch information
rgallettonf authored Sep 11, 2024
2 parents dcac65c + 641cf63 commit 0639b62
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/ziti-console-lib/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 10 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0639b62

Please sign in to comment.