diff --git a/CHANGELOG.md b/CHANGELOG.md index 562b43b..e6550cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.72.0](https://github.com/openziti/ziti-browzer-sw-workbox-strategies/compare/v0.71.0...v0.72.0) (2024-11-01) + + +### Features + +* id_token -> access_token refactor ([#231](https://github.com/openziti/ziti-browzer-sw-workbox-strategies/issues/231)) ([9c99f5d](https://github.com/openziti/ziti-browzer-sw-workbox-strategies/commit/9c99f5da375548b14f2aa98939b35b73bdfc2a5b)) + + + # [0.71.0](https://github.com/openziti/ziti-browzer-sw-workbox-strategies/compare/v0.70.0...v0.71.0) (2024-10-21) diff --git a/package.json b/package.json index ba41f71..b02bb7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-browzer-sw-workbox-strategies", - "version": "0.71.0", + "version": "0.72.0", "description": "Custom Workbox Strategies used as part of the OpenZiti browZer stack", "main": "src/index.js", "scripts": {