From 2ceee0f5baaa6edd6319aa22c78c2cd9325d2c58 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Nov 2023 08:26:19 +0000 Subject: [PATCH] chore(release): 1.4.10 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d15bc42..336d409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.10](https://github.com/recap-utr/nlp-service/compare/v1.4.9...v1.4.10) (2023-11-07) + + +### Bug Fixes + +* update openai library to v1 ([8493556](https://github.com/recap-utr/nlp-service/commit/84935568da53aae271464ae7fbfc68432fe4e700)) + ## [1.4.9](https://github.com/recap-utr/nlp-service/compare/v1.4.8...v1.4.9) (2023-07-04) diff --git a/pyproject.toml b/pyproject.toml index a2bd48d..254d4dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nlp-service" -version = "1.4.9" +version = "1.4.10" description = "Microservice for NLP tasks using gRPC" authors = ["Mirko Lenz "] license = "MIT"