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