diff --git a/CHANGELOG.md b/CHANGELOG.md index 09ec1b4..d74faee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.1](https://github.com/recap-utr/arg-services-python/compare/v1.7.0...v1.7.1) (2024-04-09) + + +### Bug Fixes + +* bump arg-services to v1.5.1 ([151e974](https://github.com/recap-utr/arg-services-python/commit/151e9741eb99624b5a4d4fbdcb6d02539a0732f6)) + ## [1.7.0](https://github.com/recap-utr/arg-services-python/compare/v1.6.0...v1.7.0) (2024-04-04) diff --git a/pyproject.toml b/pyproject.toml index 45087bb..e792a1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arg-services" -version = "1.7.0" +version = "1.7.1" description = "gRPC definitions for microservice-based argumentation machines" authors = ["Mirko Lenz "] license = "MIT"