From 341b3180815037328f24f77ee7b7a20699c8add8 Mon Sep 17 00:00:00 2001 From: Serhii Tereshchenko Date: Wed, 13 Sep 2023 13:51:09 +0300 Subject: [PATCH] chore(release): 0.18.13-beta1.0 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f7d347..28ff777 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.13-beta1.0](https://github.com/deschler/django-modeltranslation/compare/v0.18.12...v0.18.13-beta1.0) (2023-09-13) + + +### Bug Fixes + +* Apply force_str only to Promise ([e7640c7](https://github.com/deschler/django-modeltranslation/commit/e7640c71197f3c7b34386847c746663123fad07b)), closes [#701](https://github.com/deschler/django-modeltranslation/issues/701) + ### [0.18.12](https://github.com/deschler/django-modeltranslation/compare/v0.18.11...v0.18.12) (2023-09-08) diff --git a/VERSION b/VERSION index c308ffe..ea418a7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.18.12 \ No newline at end of file +0.18.13-beta1.0 \ No newline at end of file