diff --git a/CHANGELOG.md b/CHANGELOG.md index c49a4bbd..c8680e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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) + + +### 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) + ### [0.18.10-beta.0](https://github.com/deschler/django-modeltranslation/compare/v0.18.9...v0.18.10-beta.0) (2023-05-30) diff --git a/Makefile b/Makefile index 89dbdeb9..d62b7515 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ release: standard-version publish: clean + git push --follow-tags python setup.py sdist bdist_wheel twine upload dist/* - git push --follow-tags clean: rm -rf dist diff --git a/VERSION b/VERSION index 2795bd3c..0132af48 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.18.10-beta.0 \ No newline at end of file +0.18.10 \ No newline at end of file