diff --git a/CHANGELOG.md b/CHANGELOG.md index 504b0a9..aadaafe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.0.4](https://github.com/InTaVia/InTaVia-Backend/compare/v2.0.3...v2.0.4) (2023-10-20) + + +### Bug Fixes + +* fixes an error in the biographies bulk retrieval ([91a7960](https://github.com/InTaVia/InTaVia-Backend/commit/91a79603f5c918bfb7e429f3616b73a9263755a4)), closes [#205](https://github.com/InTaVia/InTaVia-Backend/issues/205) + + + ## [2.0.3](https://github.com/InTaVia/InTaVia-Backend/compare/v2.0.2...v2.0.3) (2023-10-19) @@ -46,15 +55,3 @@ -# [1.0.0](https://github.com/InTaVia/InTaVia-Backend/compare/v0.5.2...v1.0.0) (2023-08-21) - - -* fix!: fixes linkedIds to new format ([43aa7f1](https://github.com/InTaVia/InTaVia-Backend/commit/43aa7f1b1e386a9f127e1d434e228ab06a8ae76a)), closes [#166](https://github.com/InTaVia/InTaVia-Backend/issues/166) - - -### BREAKING CHANGES - -* changes the swagger definition to the format agreed in #166 - - - diff --git a/pyproject.toml b/pyproject.toml index 3726f2a..eeca8b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ profile = "black" [tool.poetry] name = "intavia-backend" -version = "2.0.3" +version = "2.0.4" description = "" authors = [ "Matthias Schlögl " ] license = "MIT"