From c97b777988b52ff0d163b3b0d3414d3702c77d09 Mon Sep 17 00:00:00 2001 From: Wahab Alshahin Date: Mon, 11 Sep 2023 20:47:06 -0400 Subject: [PATCH] Bump to v0.5.6 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13ba220..9be64c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.5.6 + +* Fix issue with security scheme not added to host during client generation + ## 0.5.5 * Fix invalid method name generated if path contains parameters diff --git a/pubspec.yaml b/pubspec.yaml index 612b780..9f97530 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: openapi_spec description: OpenAPI Specification generator using native Dart code, as well as an all-in-one parser of existing specifications. -version: 0.5.5 +version: 0.5.6 maintainer: Taza Technology LLC repository: https://github.com/tazatechnology/openapi_spec issue_tracker: https://github.com/tazatechnology/openapi_spec/issues