diff --git a/CHANGELOG.md b/CHANGELOG.md index d932871..57b3a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.28.0](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.27.2...v2.28.0) (2024-01-18) + + +### Features + +* EXUI-382 session cookie ([#236](https://github.com/hmcts/rpx-xui-node-lib/issues/236)) ([f3a8d29](https://github.com/hmcts/rpx-xui-node-lib/commit/f3a8d29fc57084525b1171b8ca47d950137e13bf)) + ## [2.27.1](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.27.0...v2.27.1) (2023-08-15) diff --git a/package.json b/package.json index 6a67c9b..412a26c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hmcts/rpx-xui-node-lib", - "version": "2.27.2", + "version": "2.28.0", "description": "Common Nodejs library components for XUI", "main": "dist/index", "types": "dist/index.d.ts",