diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1afec..b49d8a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.47.2](https://github.com/openziti/ziti-browzer-runtime/compare/v0.47.1...v0.47.2) (2023-11-03) + + +### Bug Fixes + +* ensure UA header is present (keep Observium happy) ([#197](https://github.com/openziti/ziti-browzer-runtime/issues/197)) ([aa50fc5](https://github.com/openziti/ziti-browzer-runtime/commit/aa50fc5abc2b10f5c27804894feae115d9b30ee9)) + + + ## [0.47.1](https://github.com/openziti/ziti-browzer-runtime/compare/v0.47.0...v0.47.1) (2023-11-01) diff --git a/package.json b/package.json index 1c43feb..01786a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-browzer-runtime", - "version": "0.47.1", + "version": "0.47.2", "type": "module", "description": "The Ziti JavaScript runtime that is auto-injected into the Page of a Zitified web app", "scripts": {