From db07f9ffff965fd6c5c4d834f9d104c8f932b23a Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Mon, 25 Nov 2019 10:40:35 +0100 Subject: [PATCH] Release 0.0.18 The more relevant changes in the new version are the following: - Add stage URL and `securitySchemes` to the generated _OpenAPI_ specifications. Signed-off-by: Juan Hernandez --- CHANGES.adoc | 5 +++++ pkg/info/info.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index 4d98023..b7fc2c3 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,11 @@ This document describes the relevant changes between releases of the API metamodel. +== 0.0.18 Nov 25 2019 + +- Add stage URL and `securitySchemes` to the generated _OpenAPI_ + specifications. + == 0.0.17 Nov 23 2019 - Add semantic checks. diff --git a/pkg/info/info.go b/pkg/info/info.go index 57f7dbf..4521724 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "0.0.17" +const Version = "0.0.18"