diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac6b388..39efe8a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.14.3 #### 🚀 Updates diff --git a/Cargo.lock b/Cargo.lock index 2fe74bb0..9f782c62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1516,7 +1516,7 @@ dependencies = [ [[package]] name = "schematic" -version = "0.14.2" +version = "0.14.3" dependencies = [ "chrono", "garde", diff --git a/crates/schematic/Cargo.toml b/crates/schematic/Cargo.toml index 09859620..6efe7bbf 100644 --- a/crates/schematic/Cargo.toml +++ b/crates/schematic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "schematic" -version = "0.14.2" +version = "0.14.3" edition = "2021" license = "MIT" description = "A layered serde configuration and schema library."