Skip to content

Commit

Permalink
chore(release): v2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Aug 23, 2023
1 parent 67504f8 commit a785722
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
30 changes: 21 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -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))



2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ profile = "black"

[tool.poetry]
name = "intavia-backend"
version = "1.0.0"
version = "2.0.0"
description = ""
authors = [ "Matthias Schlögl <[email protected]>" ]
license = "MIT"
Expand Down

0 comments on commit a785722

Please sign in to comment.