diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b3f05..77668b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.31.0](https://github.com/openziti/ziti-browzer-runtime/compare/v0.30.1...v0.31.0) (2023-05-23) + + +### Features + +* advanced services support ([#161](https://github.com/openziti/ziti-browzer-runtime/issues/161)) ([bee073f](https://github.com/openziti/ziti-browzer-runtime/commit/bee073fcb6221f477e804f408ecd100170f88a2b)) + + + ## [0.30.1](https://github.com/openziti/ziti-browzer-runtime/compare/v0.30.0...v0.30.1) (2023-05-19) diff --git a/package.json b/package.json index 5eceba7..f94f09c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-browzer-runtime", - "version": "0.30.1", + "version": "0.31.0", "type": "module", "description": "The Ziti JavaScript runtime that is auto-injected into the Page of a Zitified web app", "scripts": {