From 7c29ed7d9feef85de2383a58aeb59c3911acb97d Mon Sep 17 00:00:00 2001 From: MarkAKelly Date: Thu, 26 Apr 2018 08:18:19 +0100 Subject: [PATCH 1/3] [version-releaase] update changelog for v.1.0.0 release --- CHANGELOG-ET.md | 4 ++++ public/api/conf/1.0/application.raml | 18 +++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG-ET.md b/CHANGELOG-ET.md index 48d995eb..de13496b 100644 --- a/CHANGELOG-ET.md +++ b/CHANGELOG-ET.md @@ -1,3 +1,7 @@ +## [1.0.1](https://github.com/hmrc/vat-api/releases/tag/v1.0.1) 26-Apr-2018 +* Updated libraries and scoverage settings +* Updated documentation to remove test only tags for endpoints ready for production + ## [0.22.0](https://github.com/hmrc/vat-api/releases/tag/v0.22.0) 24-Apr-2018 * Removed excessive retrievals where NRS is not needed diff --git a/public/api/conf/1.0/application.raml b/public/api/conf/1.0/application.raml index 86fea8c9..6f217179 100644 --- a/public/api/conf/1.0/application.raml +++ b/public/api/conf/1.0/application.raml @@ -58,10 +58,10 @@ traits: type: string example: "123456789" /obligations: - displayName: Retrieve VAT obligations [test only] + displayName: Retrieve VAT obligations description: Retrieve VAT obligations get: - displayName: Retrieve VAT obligations [test only] + displayName: Retrieve VAT obligations description: Retrieve VAT obligations (annotations.sandboxData): !include scenarios/vat-obligation-scenarios.md is: [headers.acceptHeader, contentType, testScenarioHeader, clientOrAgentNotAuthorised] @@ -119,7 +119,7 @@ traits: value: code: INVALID_STATUS /returns: - displayName: VAT Returns [test only] + displayName: VAT Returns description: Submit and read VAT returns /{periodKey}: uriParameters: @@ -128,7 +128,7 @@ traits: type: string example: "18AD, 18A1, #001" get: - displayName: View VAT Return [test only] + displayName: View VAT Return description: Retrieve a submitted VAT return (annotations.sandboxData): !include scenarios/vat-retrieve-returns-scenarios.md is: [headers.acceptHeader, contentType, testScenarioHeader, clientOrAgentNotAuthorised] @@ -168,7 +168,7 @@ traits: code: DATE_RANGE_TOO_LARGE 404: post: - displayName: Submit VAT return for period [test only] + displayName: Submit VAT return for period description: Submit VAT return for period (annotations.sandboxData): !include scenarios/vat-submit-returns-scenarios.md is: [headers.acceptHeader, contentType, testScenarioHeader, clientOrAgentNotAuthorised] @@ -240,10 +240,10 @@ traits: value: code: DUPLICATE_SUBMISSION /liabilities: - displayName: Retrieve VAT liabilities [test only] + displayName: Retrieve VAT liabilities description: Retrieve VAT liabilities get: - displayName: Retrieve VAT liabilities [test only] + displayName: Retrieve VAT liabilities description: Retrieve VAT liabilities (annotations.sandboxData): !include scenarios/vat-liabilities-scenarios.md is: [headers.acceptHeader, contentType, testScenarioHeader, clientOrAgentNotAuthorised] @@ -292,10 +292,10 @@ traits: value: code: INVALID_DATE_RANGE /payments: - displayName: Retrieve VAT payments [test only] + displayName: Retrieve VAT payments description: Retrieve VAT payments get: - displayName: Retrieve VAT payments [test only] + displayName: Retrieve VAT payments description: Retrieve VAT payments (annotations.sandboxData): !include scenarios/vat-payments-scenarios.md is: [headers.acceptHeader, contentType, testScenarioHeader, clientOrAgentNotAuthorised] From 907cad8fd25cef1c2671b6868ce08b71534b62b6 Mon Sep 17 00:00:00 2001 From: MarkAKelly Date: Thu, 26 Apr 2018 11:02:34 +0100 Subject: [PATCH 2/3] [version-release] add versioning and error documentation --- public/api/conf/1.0/application.raml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/api/conf/1.0/application.raml b/public/api/conf/1.0/application.raml index 6f217179..44f6f0d0 100644 --- a/public/api/conf/1.0/application.raml +++ b/public/api/conf/1.0/application.raml @@ -21,6 +21,10 @@ documentation: content: !include docs/technicalSupport.md - title: Sandbox content: !include docs/sandbox.md + - title: Versioning + content: !include https://developer.service.hmrc.gov.uk/api-documentation/assets/common/docs/versioning.md + - title: Errors + content: !include https://developer.service.hmrc.gov.uk/api-documentation/assets/common/docs/errors.md traits: From 7ee9d4b75901dbefdf1376934b2f75bfea3ae518 Mon Sep 17 00:00:00 2001 From: MarkAKelly Date: Thu, 26 Apr 2018 11:47:13 +0100 Subject: [PATCH 3/3] [version-release] amend changelog --- CHANGELOG-ET.md => CHANGELOG.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CHANGELOG-ET.md => CHANGELOG.md (100%) diff --git a/CHANGELOG-ET.md b/CHANGELOG.md similarity index 100% rename from CHANGELOG-ET.md rename to CHANGELOG.md