diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b6455c..50e1754d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.0 - Pending +## 0.12.0 - 2023-07-20 + 2023-03-22: `0.12.0-rc.1` + 2023-05-18: `0.12.0-rc.2` diff --git a/Cargo.toml b/Cargo.toml index 037247f5..e725b312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,8 +36,8 @@ path = "src/lib.rs" [dependencies] futures = { version = "0.3", default-features = false, optional = true, features = ["alloc"] } sea-schema-derive = { version = "0.2.0", path = "sea-schema-derive", default-features = false } -sea-query = { version = "0.29.0-rc.2", default-features = false, features = ["derive"] } -sea-query-binder = { version = "0.4.0-rc.2", default-features = false, optional = true } +sea-query = { version = "0.29.0", default-features = false, features = ["derive"] } +sea-query-binder = { version = "0.4.0", default-features = false, optional = true } serde = { version = "1", default-features = false, optional = true, features = ["derive"] } sqlx = { version = "0.6", default-features = false, optional = true } log = { version = "0.4", default-features = false, optional = true }