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