diff --git a/Cargo.lock b/Cargo.lock index 2b1b993f..0e6d74bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1027,7 +1027,7 @@ dependencies = [ [[package]] name = "pg_graphql" -version = "1.5.4" +version = "1.5.5" dependencies = [ "base64 0.13.1", "bimap", diff --git a/Cargo.toml b/Cargo.toml index d9f26e33..e93fcb84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_graphql" -version = "1.5.4" +version = "1.5.5" edition = "2021" [lib] diff --git a/docs/changelog.md b/docs/changelog.md index d38b62c4..76ac03c5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -81,4 +81,7 @@ ## 1.5.4 - bugfix: once a query panics, all subsequent queries return a lock poisoned error. +## 1.5.5 +- feature: add support for filtering on array column types + ## master