diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b5e1b..ecbf00f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.35.0](https://github.com/openziti/ziti-browzer-core/compare/v0.34.1...v0.35.0) (2023-12-16) + + +### Features + +* add gzip support ([#127](https://github.com/openziti/ziti-browzer-core/issues/127)) ([df0de41](https://github.com/openziti/ziti-browzer-core/commit/df0de419709902dc1ba5d78badac6d882c9fae8d)) + + + ## [0.34.1](https://github.com/openziti/ziti-browzer-core/compare/v0.34.0...v0.34.1) (2023-12-06) diff --git a/package.json b/package.json index 2d7494f..c8333b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-browzer-core", - "version": "0.34.1", + "version": "0.35.0", "type": "module", "description": "Core componentry for the Ziti browZer ecosystem (used internally by ziti-browzer-runtime and ziti-sdk-browzer)", "scripts": {