diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fb59da5fe..dd493c9848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.11.0](https://github.com/Kong/kongponents/compare/v9.10.4...v9.11.0) (2024-10-10) + + +### Features + +* **ktableview:** add row-key prop [KHCP-13502] ([#2427](https://github.com/Kong/kongponents/issues/2427)) ([4d3208a](https://github.com/Kong/kongponents/commit/4d3208aad47a609610420072a4eea29127f656c6)) + ## [9.10.4](https://github.com/Kong/kongponents/compare/v9.10.3...v9.10.4) (2024-10-09) diff --git a/package.json b/package.json index dc406b249a..a5b8f1d3b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/kongponents", - "version": "9.10.4", + "version": "9.11.0", "description": "Kong Component library", "type": "module", "repository": {