From d21c11f8c9b53ed13273866945d2d4a797dd6d6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 06:54:14 -0400 Subject: [PATCH] chore(main): release 0.5.5 (#66) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- package/CHANGELOG.md | 8 ++++++++ package/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 8c8daaa2..27ef34f5 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.5](https://github.com/gentrace/gentrace-python/compare/v0.5.4...v0.5.5) (2023-04-25) + + +### Bug Fixes + +* add validity check for Pinecone ([#67](https://github.com/gentrace/gentrace-python/issues/67)) ([22fd42c](https://github.com/gentrace/gentrace-python/commit/22fd42c954e74291f005ef91913cbb3eabd411cf)) +* check hostname validity, throw exception if not correct ([#65](https://github.com/gentrace/gentrace-python/issues/65)) ([6429350](https://github.com/gentrace/gentrace-python/commit/6429350c32a11304749213de6951702ec771c111)) + ## [0.5.4](https://github.com/gentrace/gentrace-python/compare/v0.5.3...v0.5.4) (2023-04-24) diff --git a/package/pyproject.toml b/package/pyproject.toml index e7959873..6c0d156c 100644 --- a/package/pyproject.toml +++ b/package/pyproject.toml @@ -7,7 +7,7 @@ packages = [ {include = "gentrace"}, ] repository = "https://github.com/gentrace/gentrace-python" -version = "0.5.4" +version = "0.5.5" [tool.poetry.dependencies] aenum = ">=3.1.11"