From 17de3e89dc92b5d6d12565c9dd075f9c35b38652 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 18 Feb 2023 14:06:49 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 016443d9..a93bd518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 0.11.1 + +* Fixes `DeriveActiveEnum` (by qualifying `ColumnTypeTrait::def`) + ## 0.11.0 - 2023-02-07 + 2023-02-02: `0.11.0-rc.1`