diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc7ef13c..23e8b5e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.20.1](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.20.0...v0.20.1) (2024-06-11) + + +### Bug Fixes + +* **apis_relations:** pass the request to the table ([1340968](https://github.com/acdh-oeaw/apis-core-rdf/commit/13409683bb3e6d6bc742b81921b2bb82024cf4a8)) +* **apis_relations:** set default fields ([0f89e92](https://github.com/acdh-oeaw/apis-core-rdf/commit/0f89e9213c53113d7fcedb5871e05c94645e8d1c)) +* **generic:** use request intead of context for checking user ([b74158e](https://github.com/acdh-oeaw/apis-core-rdf/commit/b74158e816049d24a259710d7b52fa760526692d)) + ## [0.20.0](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.19.1...v0.20.0) (2024-06-11) diff --git a/apis_core/__init__.py b/apis_core/__init__.py index 5f4bb0b34..ac8240464 100644 --- a/apis_core/__init__.py +++ b/apis_core/__init__.py @@ -1 +1 @@ -__version__ = "0.20.0" +__version__ = "0.20.1" diff --git a/pyproject.toml b/pyproject.toml index ef02f1535..f7e15c3ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apis-core" -version = "0.20.0" +version = "0.20.1" description = "Base package for the APIS framework" authors = ["Matthias Schlögl "] license = "MIT"