diff --git a/CHANGELOG.md b/CHANGELOG.md index d5d41d0f..19827aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [9.10.1](https://github.com/ovh-ux/ovh-api-services/compare/v9.10.0...v9.10.1) (2019-09-18) + + +### Bug Fixes + +* **xdsl.spare:** fix forgotten character ([#231](https://github.com/ovh-ux/ovh-api-services/issues/231)) ([d5793e9](https://github.com/ovh-ux/ovh-api-services/commit/d5793e9)) + + + # [9.10.0](https://github.com/ovh-ux/ovh-api-services/compare/v9.9.0...v9.10.0) (2019-09-16) diff --git a/package.json b/package.json index 75f5b82e..c87bc59e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ovh-api-services", - "version": "9.10.0", + "version": "9.10.1", "description": "Contains all angular $resource for OVH API.", "repository": "ovh-ux/ovh-api-services", "license": "BSD-3-Clause",