diff --git a/CHANGELOG.md b/CHANGELOG.md index 704c9da..767b8d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). + `0.15.0-rc.1`: 2024-01-31 + `0.15.0-rc.2`: 2024-02-02 + `0.15.0-rc.3`: 2024-03-15 ++ `0.15.0-rc.4`: 2024-03-24 ### Features diff --git a/Cargo.toml b/Cargo.toml index 000e7f6..2d54f64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ [package] name = "sea-schema" -version = "0.15.0-rc.3" +version = "0.15.0-rc.4" authors = [ "Chris Tsang " ] edition = "2021" description = "🌿 SQL schema definition and discovery"