From cabc1b3df272878ed27b811663833d8ed5ac34d7 Mon Sep 17 00:00:00 2001 From: Serhii Tereshchenko Date: Thu, 20 Jun 2024 20:10:16 +0300 Subject: [PATCH] chore(release): 0.19.4 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2131a43..24cdf52 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.19.4](https://github.com/deschler/django-modeltranslation/compare/v0.19.3...v0.19.4) (2024-06-20) + + +### Features + +* Add global `MODELTRANSLATION_REQUIRED_LANGUAGES` setting ([0bbdb5f](https://github.com/deschler/django-modeltranslation/commit/0bbdb5fe8fa053de2bc54d31b668b3621a9dda78)), closes [#743](https://github.com/deschler/django-modeltranslation/issues/743) + ### [0.19.3](https://github.com/deschler/django-modeltranslation/compare/v0.19.2...v0.19.3) (2024-06-01) diff --git a/VERSION b/VERSION index 918820b..c7562ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.19.3 \ No newline at end of file +0.19.4 \ No newline at end of file