From 2a4e154a16c1bff907b149faec70d6e3edb145a8 Mon Sep 17 00:00:00 2001 From: Serhii Tereshchenko Date: Fri, 2 Jun 2023 09:28:55 +0300 Subject: [PATCH] chore(release): 0.18.10 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc228d8..c8680e8 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.10](https://github.com/deschler/django-modeltranslation/compare/v0.18.10-beta.0...v0.18.10) (2023-06-02) + + +### Bug Fixes + +* Add support for JSONField ([25f7305](https://github.com/deschler/django-modeltranslation/commit/25f73058f5f176a61c5368b7aee563874309687e)), closes [#685](https://github.com/deschler/django-modeltranslation/issues/685) + ### [0.18.10-beta.1](https://github.com/deschler/django-modeltranslation/compare/v0.18.10-beta.0...v0.18.10-beta.1) (2023-06-02) diff --git a/VERSION b/VERSION index 34f42f7..0132af4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.18.10-beta.1 \ No newline at end of file +0.18.10 \ No newline at end of file