From 9ce87ee1eb5047dc33085d3f2aec601d84b2ad2b Mon Sep 17 00:00:00 2001 From: Serhii Tereshchenko Date: Fri, 5 Jul 2024 09:19:38 +0300 Subject: [PATCH] chore(release): 0.19.5 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24cdf523..285d8502 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.5](https://github.com/deschler/django-modeltranslation/compare/v0.19.4...v0.19.5) (2024-07-05) + + +### Bug Fixes + +* **types:** Use Union instead of | for some types ([13af637](https://github.com/deschler/django-modeltranslation/commit/13af637d87dc9eca2775b46bf2b04da7e741c805)), closes [#744](https://github.com/deschler/django-modeltranslation/issues/744) + ### [0.19.4](https://github.com/deschler/django-modeltranslation/compare/v0.19.3...v0.19.4) (2024-06-20) diff --git a/VERSION b/VERSION index c7562ca7..f29ca4b3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.19.4 \ No newline at end of file +0.19.5 \ No newline at end of file