From a3a06e9fa2a57aeb44b01b33491bc63135430860 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 16 Jan 2023 22:46:27 +0000 Subject: [PATCH] chore(release): 1.2.2 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f78d4b9..0af6b2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.2](https://github.com/recap-utr/nlp-service/compare/v1.2.1...v1.2.2) (2023-01-16) + + +### Bug Fixes + +* bump deps ([074733b](https://github.com/recap-utr/nlp-service/commit/074733b108a480dcd4bee0afc29df75c706f0ff2)) +* temporarily disable docker publish workflow ([394ff40](https://github.com/recap-utr/nlp-service/commit/394ff40f85eb7976e0c265c093e4e70a1cd8790b)) + ## [1.2.1](https://github.com/recap-utr/nlp-service/compare/v1.2.0...v1.2.1) (2023-01-11) diff --git a/pyproject.toml b/pyproject.toml index efb584f..64c990f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nlp-service" -version = "1.2.1" +version = "1.2.2" description = "Microservice for NLP tasks using gRPC" authors = ["Mirko Lenz "] license = "Apache-2.0"