From 5ab3442de6a13cc103129c3207169821c6692a4c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Jan 2023 15:15:08 +0000 Subject: [PATCH] chore(release): 1.2.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 469d9b1..f78d4b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/recap-utr/nlp-service/compare/v1.2.0...v1.2.1) (2023-01-11) + + +### Bug Fixes + +* remove server from init ([435772d](https://github.com/recap-utr/nlp-service/commit/435772d1b5e100a23f48d18a5c9212bcb49bb18d)) + ## [1.2.0](https://github.com/recap-utr/nlp/compare/v1.1.1...v1.2.0) (2023-01-10) diff --git a/pyproject.toml b/pyproject.toml index 882281a..757bf05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nlp-service" -version = "1.2.0" +version = "1.2.1" description = "Microservice for NLP tasks using gRPC" authors = ["Mirko Lenz "] license = "Apache-2.0"