From 178f5907f1696f90dce9279a24b67cfb9291eda8 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Tue, 1 Aug 2023 19:44:51 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed27265c..9f2bfb98 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.2 - Pending + +### Enhancements + +* Added support for Postgres arrays in `FromQueryResult` impl of `JsonValue` https://github.com/SeaQL/sea-orm/pull/1598 + ## 0.12.1 - 2023-07-27 + `0.12.0-rc.1`: Yanked