diff --git a/templates/private/overview.md b/templates/private/overview.md index 1f90a7e..de27928 100644 --- a/templates/private/overview.md +++ b/templates/private/overview.md @@ -1,4 +1,6 @@ # ALM Octane Integration with Azure DevOps Services +## 0.4.2.88 version Release notes +* Fix defects ## 0.4.2.86 version Release notes * Add option to define pipeline name created on ALM Octane or use pipeline's full folder path. * Fix issue that not all test result was sent to ALM Octane. diff --git a/templates/private/vss-extension.json b/templates/private/vss-extension.json index 63c691a..bff727b 100644 --- a/templates/private/vss-extension.json +++ b/templates/private/vss-extension.json @@ -1,7 +1,7 @@ { "manifestVersion": 1, "id": "alm-octane-integration", - "version": "0.4.2.87", + "version": "0.4.2.88", "name": "ALM Octane Integration Private Extension", "description": "Beta version. An Azure DevOps extension that supplies the required entities for establishing an integration with ALM Octane.", "publisher": "almoctane", diff --git a/templates/public/overview.md b/templates/public/overview.md index 1751267..94ada4c 100644 --- a/templates/public/overview.md +++ b/templates/public/overview.md @@ -1,4 +1,6 @@ # ALM Octane Integration with Azure DevOps Services +## 1.0.0.6 version Release notes +* Fix defects ## 1.0.0.5 version Release notes * Add option to define pipeline name create on ALM Octane or use it's full folder path. * Fix issue that not all test result was sent to ALM Octane.