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