diff --git a/CHANGELOG.md b/CHANGELOG.md index 28cabce1..57c53713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.18.2] - 2024-09-11 + ### Fixed - Ignoring `$schema` in resolved references. @@ -466,7 +468,8 @@ - Initial public release -[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.1...HEAD +[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.2...HEAD +[0.18.2]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.1...rust-v0.18.2 [0.18.1]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.0...rust-v0.18.1 [0.18.0]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.17.1...rust-v0.18.0 [0.17.1]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.17.0...rust-v0.17.1 diff --git a/jsonschema/Cargo.toml b/jsonschema/Cargo.toml index 6f0b962a..62ef6cff 100644 --- a/jsonschema/Cargo.toml +++ b/jsonschema/Cargo.toml @@ -18,7 +18,7 @@ license = "MIT" name = "jsonschema" readme = "../README.md" repository = "https://github.com/Stranger6667/jsonschema-rs" -version = "0.18.1" +version = "0.18.2" rust-version = "1.56.1" categories = ["web-programming"]