diff --git a/CHANGELOG.md b/CHANGELOG.md index d21b1bff..596d12c0 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/). -## Main Branch +## 0.12.8 - 2023-12-04 + +### Enhancements + +* Implement `StatementBuilder` for `sea_query::WithQuery` https://github.com/SeaQL/sea-orm/pull/1960 ### Upgrades diff --git a/Cargo.toml b/Cargo.toml index 7b44c269..c0326da8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "sea-orm-macros", "sea-orm-codegen"] [package] name = "sea-orm" -version = "0.12.7" +version = "0.12.8" authors = ["Chris Tsang "] edition = "2021" description = "🐚 An async & dynamic ORM for Rust"