Skip to content

Commit

Permalink
Merge pull request #522 from supabase/bump_version
Browse files Browse the repository at this point in the history
bump version to 1.5.5 and update changelog
  • Loading branch information
imor authored Jun 3, 2024
2 parents 53f0a9d + 78cb39e commit bcf6554
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pg_graphql"
version = "1.5.4"
version = "1.5.5"
edition = "2021"

[lib]
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bcf6554

Please sign in to comment.