diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf641c69..95e7e9938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.6.1](https://github.com/ForestAdmin/forest-express/compare/v8.6.0...v8.6.1) (2021-06-03) + + +### Bug Fixes + +* correctly get the IP address from the request headers ([#731](https://github.com/ForestAdmin/forest-express/issues/731)) ([f2b5905](https://github.com/ForestAdmin/forest-express/commit/f2b59052219e13ece21b81d53f1381777407bd66)) + # [8.6.0](https://github.com/ForestAdmin/forest-express/compare/v8.5.2...v8.6.0) (2021-06-02) diff --git a/package.json b/package.json index bec3083c5..2ab240285 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forest-express", "description": "Official package for all Forest Express Lianas", - "version": "8.6.0", + "version": "8.6.1", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",