From 59754f5ff9d1fea1b29bfd5f80614fa7af219ca8 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 14 Sep 2023 09:10:08 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e2703a2..2ee5dc68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.12.3 - Pending + +### New Features + +* [sea-orm-migration] Check if an index exists https://github.com/SeaQL/sea-orm/pull/1828 + ## 0.12.2 - 2023-08-04 ### Enhancements