diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f73e386..72a99b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [9.23.2](https://github.com/ovh-ux/ovh-api-services/compare/v9.23.1...v9.23.2) (2019-10-23) + + +### Bug Fixes + +* **auth:** return raw data for shouldDisplayMFAEnrollment ([bfe812c](https://github.com/ovh-ux/ovh-api-services/commit/bfe812c5e66373cbc6c7f4c937945a481160374d)) + + + ## [9.23.1](https://github.com/ovh-ux/ovh-api-services/compare/v9.23.0...v9.23.1) (2019-10-23) diff --git a/package.json b/package.json index b583dd4d..2b8c571b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ovh-api-services", - "version": "9.23.1", + "version": "9.23.2", "description": "Contains all angular $resource for OVH API.", "repository": "ovh-ux/ovh-api-services", "license": "BSD-3-Clause",