diff --git a/CHANGELOG.md b/CHANGELOG.md index fa62d954..785faf98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). + `sea-query`/`0.32.0-rc.1`: 2024-08-09 + `sea-query-binder`/`0.7.0-rc.1`: 2024-08-09 ++ `sea-query-binder`/`0.7.0-rc.2`: 2024-08-09 + `sea-query-rusqlite`/`0.7.0-rc.1`: 2024-08-09 + `sea-query-postgres`/`0.5.0-rc.1`: 2024-08-09 diff --git a/sea-query-binder/Cargo.toml b/sea-query-binder/Cargo.toml index 7799fd09..e5413adf 100644 --- a/sea-query-binder/Cargo.toml +++ b/sea-query-binder/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "sea-query-binder" -version = "0.7.0-rc.1" +version = "0.7.0-rc.2" authors = [ "Valentin Tolmer ", "Ivan Krivosheev " ] edition = "2021" description = "Driver library for using SeaQuery with SQLx"