diff --git a/CHANGELOG.md b/CHANGELOG.md index 3569ba1f..b39c1d1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [9.1.0](https://github.com/ovh-ux/ovh-api-services/compare/v9.0.0...v9.1.0) (2019-08-16) + + +### Features + +* **telephony.spare:** add compatibleReplacement action ([67e546c](https://github.com/ovh-ux/ovh-api-services/commit/67e546c)) +* **xdsl.spare:** add compatibleReplacement action ([85b8b6a](https://github.com/ovh-ux/ovh-api-services/commit/85b8b6a)) + + + # [9.0.0](https://github.com/ovh-ux/ovh-api-services/compare/v8.3.0...v9.0.0) (2019-08-14) diff --git a/package.json b/package.json index 655f76c2..4dafb171 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ovh-api-services", - "version": "9.0.0", + "version": "9.1.0", "description": "Contains all angular $resource for OVH API.", "repository": "ovh-ux/ovh-api-services", "license": "BSD-3-Clause",