diff --git a/CHANGELOG.md b/CHANGELOG.md index 111ce7d..1c80f5f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.0](https://github.com/fabiocaccamo/django-colorfield/releases/tag/0.7.0) - 2022-05-13 +- Added `ColorField` serializer. #77 (thanks to [@hugofer93](https://github.com/hugofer93)) + ## [0.6.3](https://github.com/fabiocaccamo/django-colorfield/releases/tag/0.6.3) - 2022-01-03 - Fixed django < 2.0 compatibility. diff --git a/colorfield/version.py b/colorfield/version.py index e0ce5f1..e0abfd0 100644 --- a/colorfield/version.py +++ b/colorfield/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "0.6.3" +__version__ = "0.7.0"