diff --git a/CHANGELOG.md b/CHANGELOG.md index b20f09fb..339581cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). + `sea-query`/`0.31.0-rc.8`: 2024-06-19 + `sea-query-binder`/`0.6.0-rc.1`: 2024-01-31 + `sea-query-binder`/`0.6.0-rc.2`: 2024-04-14 ++ `sea-query-binder`/`0.6.0-rc.3`: 2024-06-19 + `sea-query-rusqlite`/`0.6.0-rc.1`: 2024-02-19 + `sea-query-attr`/`0.1.2`: 2024-04-14 diff --git a/sea-query-binder/Cargo.toml b/sea-query-binder/Cargo.toml index 4c168cd1..624af39f 100644 --- a/sea-query-binder/Cargo.toml +++ b/sea-query-binder/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "sea-query-binder" -version = "0.6.0-rc.2" +version = "0.6.0-rc.3" authors = [ "Valentin Tolmer ", "Ivan Krivosheev " ] edition = "2021" description = "Driver library for using SeaQuery with SQLx"