diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee3b21e..4236eb77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ +#### [v2.3.1](https://github.com/Phara0h/travelling/compare/v2.3.0...v2.3.1) + +- Fixed a bug for cookie session expiration length [`ae6dd7c`](https://github.com/Phara0h/travelling/commit/ae6dd7c6e2c935d4976fcda944e0ce02b84d93de) + #### [v2.3.0](https://github.com/Phara0h/travelling/compare/v2.2.0...v2.3.0) +> 31 March 2021 + #### [v2.2.0](https://github.com/Phara0h/travelling/compare/v2.1.0...v2.2.0) > 31 March 2021 diff --git a/README.md b/README.md index 3e10109a..b07342ad 100644 --- a/README.md +++ b/README.md @@ -3029,8 +3029,14 @@ const { Travelling } = require('./sdk.js')('http://127.0.0.1'); +#### [v2.3.1](https://github.com/Phara0h/travelling/compare/v2.3.0...v2.3.1) + +- Fixed a bug for cookie session expiration length [`ae6dd7c`](https://github.com/Phara0h/travelling/commit/ae6dd7c6e2c935d4976fcda944e0ce02b84d93de) + #### [v2.3.0](https://github.com/Phara0h/travelling/compare/v2.2.0...v2.3.0) +> 31 March 2021 + #### [v2.2.0](https://github.com/Phara0h/travelling/compare/v2.1.0...v2.2.0) > 31 March 2021 diff --git a/package.json b/package.json index 3e58041b..95fcc860 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "travelling", - "version": "2.3.0", + "version": "2.3.1", "description": "A dynamic route level groups permissions middleman service", "main": "index.js", "scripts": {