diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc5c6de6e..8762a36d88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.121.0](https://github.com/Kong/kongponents/compare/v8.120.0...v8.121.0) (2023-08-01) + + +### Features + +* token cleanup [KHCP-8461] ([#1604](https://github.com/Kong/kongponents/issues/1604)) ([94aa2d2](https://github.com/Kong/kongponents/commit/94aa2d2433c624c734be33bd760692b3dbbd4f5f)) + # [8.120.0](https://github.com/Kong/kongponents/compare/v8.119.0...v8.120.0) (2023-08-01) diff --git a/package.json b/package.json index f2c36cbc29..c1a549a461 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/kongponents", - "version": "8.120.0", + "version": "8.121.0", "description": "Kong Component library", "type": "module", "repository": {