diff --git a/CHANGELOG.md b/CHANGELOG.md index ae5ece99df..e02575d279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.6.0](https://github.com/Kong/kongponents/compare/v9.5.5...v9.6.0) (2024-09-09) + + +### Features + +* **ktableview:** add bulk actions feature [KHCP-13106] ([#2365](https://github.com/Kong/kongponents/issues/2365)) ([cd8ceb5](https://github.com/Kong/kongponents/commit/cd8ceb518e219e16795a169c353aeb0d46807436)) + ## [9.5.5](https://github.com/Kong/kongponents/compare/v9.5.4...v9.5.5) (2024-09-06) diff --git a/package.json b/package.json index 96bb39d535..6ef4a5c9dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/kongponents", - "version": "9.5.5", + "version": "9.6.0", "description": "Kong Component library", "type": "module", "repository": {