diff --git a/docs/changelog.rst b/docs/changelog.rst index 629268d7..dc7804d1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,20 @@ Changelog ######### +**2.6.0** +********* + +Fix JOINS by relationships +========================== + +* Fix JOINS by relationships `@CosmoV`_ in `#78 `_ + +Authors +""""""" + +* `@CosmoV`_ + + **2.5.1** ********* diff --git a/fastapi_jsonapi/VERSION b/fastapi_jsonapi/VERSION index 73462a5a..e70b4523 100644 --- a/fastapi_jsonapi/VERSION +++ b/fastapi_jsonapi/VERSION @@ -1 +1 @@ -2.5.1 +2.6.0 diff --git a/pyproject.toml b/pyproject.toml index ef166d63..9df78333 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ packages = [ [tool.poetry] name = "fastapi-jsonapi" -version = "2.5.1" +version = "2.6.0" description = "FastAPI extension to create REST web api according to JSON:API specification" authors = [ "Aleksei Nekrasov ",