diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a052a6..d91b0245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [9.27.1](https://github.com/ovh-ux/ovh-api-services/compare/v9.27.0...v9.27.1) (2019-11-22) + + +### Bug Fixes + +* **cloud.project.lab:** remove body from activate action ([#264](https://github.com/ovh-ux/ovh-api-services/issues/264)) ([be62be0](https://github.com/ovh-ux/ovh-api-services/commit/be62be016ecf1e0cb6ed34d19b6f0fbdb19fc8c7)) + + + # [9.27.0](https://github.com/ovh-ux/ovh-api-services/compare/v9.26.1...v9.27.0) (2019-11-22) diff --git a/package.json b/package.json index edef8f81..c9a41f1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ovh-api-services", - "version": "9.27.0", + "version": "9.27.1", "description": "Contains all angular $resource for OVH API.", "repository": "ovh-ux/ovh-api-services", "license": "BSD-3-Clause",