From 32956264dad1a0817e055ad1cd36cd7b54578f74 Mon Sep 17 00:00:00 2001 From: Serhii Tereshchenko Date: Fri, 8 Sep 2023 09:00:56 +0300 Subject: [PATCH] chore(release): 0.18.12 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd948e..2f7d347 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.12](https://github.com/deschler/django-modeltranslation/compare/v0.18.11...v0.18.12) (2023-09-08) + + +### Features + +* Support language-specific field defaults ([2657de7](https://github.com/deschler/django-modeltranslation/commit/2657de7c2ebd6523a31ab04ba9453c715b0c34f3)), closes [#700](https://github.com/deschler/django-modeltranslation/issues/700) [#698](https://github.com/deschler/django-modeltranslation/issues/698) + ### [0.18.11](https://github.com/deschler/django-modeltranslation/compare/v0.18.10...v0.18.11) (2023-07-16) diff --git a/VERSION b/VERSION index 94c068b..c308ffe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.18.11 \ No newline at end of file +0.18.12 \ No newline at end of file