diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b8c08f..9a95697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog and versioning +## 0.1.3 + +### Various fixes & improvements + +- fix: anyOf is not order-sensitive (#9) by @untitaker +- fix: Fix bug where additionalProperties was not true in changeset (#7) by @untitaker +- fix: Add another failing test and fix licensing metadata (#8) by @untitaker +- fix: Implement rudimentary support for anyOf and array items (#6) by @untitaker + ## 0.1.2 ### Various fixes & improvements diff --git a/Cargo.toml b/Cargo.toml index 758cc7d..e30d3c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "json-schema-diff" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "Apache-2.0" description = "Diff changes between JSON schema files."