From 5d8315e013a8c5fa65f21da92e741878781ceed3 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 21 Aug 2023 14:02:02 +0000 Subject: [PATCH] chore(release): v0.5.2 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea39579..6fb866a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.2](https://github.com/InTaVia/InTaVia-Backend/compare/v0.5.1...v0.5.2) (2023-08-21) + + +### Bug Fixes + +* fixes an issue with the pagination ([5b06d2f](https://github.com/InTaVia/InTaVia-Backend/commit/5b06d2f571185842b70d003ec4b9b07e6ddc52a3)), closes [#185](https://github.com/InTaVia/InTaVia-Backend/issues/185) + + + ## [0.5.1](https://github.com/InTaVia/InTaVia-Backend/compare/v0.5.0...v0.5.1) (2023-08-18) @@ -50,12 +59,3 @@ -## [0.3.1](https://github.com/InTaVia/InTaVia-Backend/compare/v0.3.0...v0.3.1) (2023-07-04) - - -### Bug Fixes - -* removes entities without labels from result set ([b408dba](https://github.com/InTaVia/InTaVia-Backend/commit/b408dbaaf084433eda8410f9304c5c4c94aa3850)) - - - diff --git a/pyproject.toml b/pyproject.toml index 40a0779..8b2ac67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ profile = "black" [tool.poetry] name = "intavia-backend" -version = "0.5.1" +version = "0.5.2" description = "" authors = [ "Matthias Schlögl " ] license = "MIT"