From e9683a5afc78e820b0f9c6e1e05e463f7c06aacf Mon Sep 17 00:00:00 2001 From: Suren Khorenyan Date: Fri, 12 Apr 2024 11:16:35 +0300 Subject: [PATCH 1/2] Bump version to 2.7.0 --- fastapi_jsonapi/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi_jsonapi/VERSION b/fastapi_jsonapi/VERSION index e70b4523..24ba9a38 100644 --- a/fastapi_jsonapi/VERSION +++ b/fastapi_jsonapi/VERSION @@ -1 +1 @@ -2.6.0 +2.7.0 From a08ed1108477ee56af4d5869e5c721142a73ddc6 Mon Sep 17 00:00:00 2001 From: Suren Khorenyan Date: Fri, 12 Apr 2024 11:16:51 +0300 Subject: [PATCH 2/2] Add 2.7.0 changelog --- docs/changelog.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index dc7804d1..461bc508 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,23 @@ Changelog ######### +**2.7.0** +********* + +Refactoring and relationships update fixes +========================================== + +* Feature/customizable request attributes by `@CosmoV`_ in `#80 `_ +* Fix cascade changes by `@CosmoV`_ in `#81 `_ +* Fix update relationship by `@CosmoV`_ in `#82 `_ +* SQLAlchemy Data Layer refactor by `@CosmoV`_ in `#83 `_ + +Authors +""""""" + +* `@CosmoV`_ + + **2.6.0** *********