diff --git a/.changes/0.11.9.md b/.changes/0.11.9.md new file mode 100644 index 0000000..88efd6f --- /dev/null +++ b/.changes/0.11.9.md @@ -0,0 +1,3 @@ +## 0.11.9 - 2023-03-28 +### Fixed +* Fix for schema path resolve call via ternary check diff --git a/CHANGELOG.md b/CHANGELOG.md index 83133a7..f344bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 0.11.9 - 2023-03-28 +### Fixed +* Fix for schema path resolve call via ternary check + ## 0.11.8 - 2023-03-27 ### Added * Support for automated reordering of yaml columns to match database