diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 37ac4f33..8b137891 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,4 +1 @@ -- Add `from` based on fowarder header in log context -- Check 401 status response before body content in retrieveSubserviceId -- Set Nodejs 10 as minimum version in packages.json (effectively removing Nodev8 from supported versions) -- Compatibility with RedHat 7 (or Centos 7) RPM + diff --git a/package.json b/package.json index 54f4bf6f..722d7c2e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fiware-pep-steelskin", "description": "FIWARE Policy Enforcement Point", - "version": "1.8.0-next", + "version": "1.9.0", "homepage": "https://github.com/telefonicaid/fiware-pep-steelskin", "author": { "name": "Daniel Moran", diff --git a/rpm/SPECS/pepProxy.spec b/rpm/SPECS/pepProxy.spec index 4e0214b9..5ac8d2dd 100644 --- a/rpm/SPECS/pepProxy.spec +++ b/rpm/SPECS/pepProxy.spec @@ -170,6 +170,12 @@ rm -rf $RPM_BUILD_ROOT %{_install_dir} %changelog +* Thu Oct 29 2020 Alvaro Vega 1.9.0 +- Add `from` based on fowarder header in log context +- Check 401 status response before body content in retrieveSubserviceId +- Set Nodejs 10 as minimum version in packages.json (effectively removing Nodev8 from supported versions) +- Compatibility with RedHat 7 (or Centos 7) RPM + * Tue Jun 30 2020 Fermin Galan 1.8.0 - Add: docker env vars for tune authentication cacheTTL - Fix: logs about invalid PEP token to debug level (#439)