From 7ae97bc1d51df83396b27713c044b0786f7e8b3e Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Wed, 8 Jun 2022 10:59:20 +0200 Subject: [PATCH] Updated CHANGELOG and version. --- CHANGELOG.md | 3 +++ colorfield/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c80f5f..24bcb11 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.1](https://github.com/fabiocaccamo/django-colorfield/releases/tag/0.7.1) - 2022-06-08 +- Fixed `ColorField` widget classes. #43 #78 (thanks to [@N1K1TAS95](https://github.com/N1K1TAS95)) + ## [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)) diff --git a/colorfield/version.py b/colorfield/version.py index e0abfd0..caddb08 100644 --- a/colorfield/version.py +++ b/colorfield/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "0.7.0" +__version__ = "0.7.1"