From 3b0896b5272294ce94a8acd99d7a4e0f12eeb8fa Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 14 Jan 2024 15:17:27 +0000 Subject: [PATCH] Changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb7c6fc5..80540c45 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.12.11 - Pending +## 0.12.11 - 2023-01-14 + +### New Features + +* Added `desc` to `Cursor` paginator https://github.com/SeaQL/sea-orm/pull/2037 ### Enhancements