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