diff --git a/CHANGELOG.md b/CHANGELOG.md index d747f7c0..c386364b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.7.0](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.6.1...v2.7.0) (2020-05-29) + + +### Features + +* **S2S:** implement S2S authentication as Express middleware ([#17](https://github.com/hmcts/rpx-xui-node-lib/issues/17)) ([08f5c14](https://github.com/hmcts/rpx-xui-node-lib/commit/08f5c140b286843e5516be4d9b3072fbf057187c)) + ## [2.6.1](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.6.0...v2.6.1) (2020-05-29) diff --git a/package.json b/package.json index a77440ba..aa0b9f0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hmcts/rpx-xui-node-lib", - "version": "2.6.1", + "version": "2.7.0", "description": "Common Nodejs library components for XUI", "main": "dist/index", "types": "dist/index.d.ts",