From 0cafcee3f273ac9d01c3321bae2fcc96cc0a83c4 Mon Sep 17 00:00:00 2001 From: Serhii Tereshchenko Date: Wed, 4 Sep 2024 19:36:32 +0300 Subject: [PATCH] chore(release): 0.19.8 --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bea01fb4..e4c03551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.8](https://github.com/deschler/django-modeltranslation/compare/v0.19.7...v0.19.8) (2024-09-04) + + +### Bug Fixes + +* Fix django-cms compatibility ([d420b6a](https://github.com/deschler/django-modeltranslation/commit/d420b6a9db87e133a34d0462af4c699b6debed96)), closes [#748](https://github.com/deschler/django-modeltranslation/issues/748) +* Fix type error for Python 3.8 ([#754](https://github.com/deschler/django-modeltranslation/issues/754)) ([5cc37c2](https://github.com/deschler/django-modeltranslation/commit/5cc37c256f377f918e3f4b788b900a700a5f22db)), closes [#753](https://github.com/deschler/django-modeltranslation/issues/753) + ### [0.19.7](https://github.com/deschler/django-modeltranslation/compare/v0.19.6...v0.19.7) (2024-08-12) diff --git a/VERSION b/VERSION index 27dfe751..19c79164 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.19.7 \ No newline at end of file +0.19.8 \ No newline at end of file