diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e1cbf2b..fb53f819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ +#### [v2.4.1](https://github.com/Phara0h/travelling/compare/v2.4.0...v2.4.1) + +- Fixed some bugs, removed /metrics and /health from logs [`7b98a92`](https://github.com/Phara0h/travelling/commit/7b98a92393b932ec0d062aa6a641cd2589f53a21) + #### [v2.4.0](https://github.com/Phara0h/travelling/compare/v2.3.1...v2.4.0) +> 7 April 2021 + - added more unique req headers coming from travelling. [`a77da6e`](https://github.com/Phara0h/travelling/commit/a77da6e6cf21d86a037e29082c7701a8d966fde0) #### [v2.3.1](https://github.com/Phara0h/travelling/compare/v2.3.0...v2.3.1) diff --git a/README.md b/README.md index 4cca260d..371cda96 100644 --- a/README.md +++ b/README.md @@ -3029,8 +3029,14 @@ const { Travelling } = require('./sdk.js')('http://127.0.0.1'); +#### [v2.4.1](https://github.com/Phara0h/travelling/compare/v2.4.0...v2.4.1) + +- Fixed some bugs, removed /metrics and /health from logs [`7b98a92`](https://github.com/Phara0h/travelling/commit/7b98a92393b932ec0d062aa6a641cd2589f53a21) + #### [v2.4.0](https://github.com/Phara0h/travelling/compare/v2.3.1...v2.4.0) +> 7 April 2021 + - added more unique req headers coming from travelling. [`a77da6e`](https://github.com/Phara0h/travelling/commit/a77da6e6cf21d86a037e29082c7701a8d966fde0) #### [v2.3.1](https://github.com/Phara0h/travelling/compare/v2.3.0...v2.3.1) diff --git a/package.json b/package.json index d63681b0..eab0180c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "travelling", - "version": "2.4.0", + "version": "2.4.1", "description": "A dynamic route level groups permissions middleman service", "main": "index.js", "scripts": {