From ab2d1e1db914dd46adb3748bdc9e58ef74a984c8 Mon Sep 17 00:00:00 2001 From: Wahab Alshahin Date: Mon, 23 Oct 2023 13:42:49 -0400 Subject: [PATCH] Bump to v0.6.0 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1353b8b..070ab92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.6.0 + +* Client generation using latest `openapi_spec` package (v0.6.0) +* Breaking: `host` is now changed to `baseUrl` in generated client + ## 0.5.5 * Client generation using latest `openapi_spec` package (v0.5.13) diff --git a/pubspec.yaml b/pubspec.yaml index d1e6891..19c6aee 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pinecone description: Unofficial Dart client for Pinecone vector database. For more details on Pinecone, please visit https://docs.pinecone.io/docs/overview. -version: 0.5.5 +version: 0.6.0 maintainer: Taza Technology LLC repository: https://github.com/tazatechnology/pinecone issue_tracker: https://github.com/tazatechnology/pinecone/issues