From c34f67491ab59bb6a31eabeb96938c43d2fdd303 Mon Sep 17 00:00:00 2001 From: Serhii Tereshchenko Date: Sun, 16 Jul 2023 11:07:04 +0300 Subject: [PATCH] chore(release): 0.18.11 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8680e8..6fd948e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.18.11](https://github.com/deschler/django-modeltranslation/compare/v0.18.10...v0.18.11) (2023-07-16) + + +### Features + +* extend update_fields with translation fields in Model.save() ([#687](https://github.com/deschler/django-modeltranslation/issues/687)) ([d86c6de](https://github.com/deschler/django-modeltranslation/commit/d86c6defc864b3493955a41f95a85fc5aa8d5649)) + ### [0.18.10](https://github.com/deschler/django-modeltranslation/compare/v0.18.10-beta.0...v0.18.10) (2023-06-02) diff --git a/VERSION b/VERSION index 0132af4..94c068b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.18.10 \ No newline at end of file +0.18.11 \ No newline at end of file