From b859b4cb3759986f9b41a7c3506f4862442d3f9c Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Tue, 15 Nov 2022 11:02:27 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e02ec532..302c573c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ 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.10.4 - Pending +### Bug Fixes + +* Fix DeriveActiveEnum expand enum variant starts with number https://github.com/SeaQL/sea-orm/pull/1219 ## 0.10.3 - 2022-11-14