From a7857229b6bbabd7bec7ce4fa4f67161d775ad14 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 23 Aug 2023 15:01:06 +0000 Subject: [PATCH] chore(release): v2.0.0 [skip ci] --- CHANGELOG.md | 30 +++++++++++++++++++++--------- pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 619afff..b8ee0f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [2.0.0](https://github.com/InTaVia/InTaVia-Backend/compare/v1.0.0...v2.0.0) (2023-08-23) + + +### Bug Fixes + +* adapts entity-type-model to allow for hyphens in key ([c209647](https://github.com/InTaVia/InTaVia-Backend/commit/c209647f97777051fa3acff420ba568143f3d4af)) + + +### Features + +* adds model for entityType stats endpoint ([f8572dc](https://github.com/InTaVia/InTaVia-Backend/commit/f8572dc565d0884e97306bdecd8cb7e1d76ec32c)) +* adds route for entity type stats ([a063969](https://github.com/InTaVia/InTaVia-Backend/commit/a063969756145bbe423f83e46395f311ae522a0e)) +* adds statisticts entity type bulk route ([a6f3660](https://github.com/InTaVia/InTaVia-Backend/commit/a6f36609eb561e2832a9b9b1308b7ff666033c13)) + + +### BREAKING CHANGES + +* changes swagger definition of return shapes + + + # [1.0.0](https://github.com/InTaVia/InTaVia-Backend/compare/v0.5.2...v1.0.0) (2023-08-21) @@ -46,12 +67,3 @@ -## [0.4.1](https://github.com/InTaVia/InTaVia-Backend/compare/v0.4.0...v0.4.1) (2023-07-07) - - -### Bug Fixes - -* fixes an error in the bulk retrieve entities endpoints ([cc89648](https://github.com/InTaVia/InTaVia-Backend/commit/cc89648a1c54f10ea5f63dfde7ca94535ab80be7)) - - - diff --git a/pyproject.toml b/pyproject.toml index ac875a1..9bf9e4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ profile = "black" [tool.poetry] name = "intavia-backend" -version = "1.0.0" +version = "2.0.0" description = "" authors = [ "Matthias Schlögl " ] license = "MIT"