From 1bcc8c7b5ea0e778092916103f0aa0ca8188772e Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Tue, 15 Nov 2022 14:41:32 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c2825e0..f40db08f 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.0 - Pending + +* Support Vector of enum for Postgres https://github.com/SeaQL/sea-orm/pull/1210 + ## 0.10.4 - Pending ### Bug Fixes