diff --git a/CHANGELOG.md b/CHANGELOG.md index c2fd408..ef05b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,12 @@ All notable changes to this project will be documented in this file. It uses the [Semantic Versioning]: https://semver.org/spec/v2.0.0.html "Semantic Versioning 2.0.0" -## [v0.1.4] — Unreleased +## [v0.1.4] — 2024-12-04 ### ⬆️ Dependency Updates * Upgraded pgrx to v0.12.9 +* Upgraded all other dependencies ## [v0.1.3] — 2024-10-03 diff --git a/Cargo.lock b/Cargo.lock index 0533843..8575ece 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -900,7 +900,7 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.1.3" +version = "0.1.4" dependencies = [ "boon", "pgrx", diff --git a/Cargo.toml b/Cargo.toml index 568d533..12a0619 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonschema" -version = "0.1.3" +version = "0.1.4" description = "JSON Schema validation in Postgres" readme = "README.md" repository = "https://github.com/tembo-io/pg-jsonschema-boon"