Skip to content

Commit 039bd82

Browse files
committed
update version for 1.5.0 release
1 parent 339521a commit 039bd82

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pg_graphql"
3-
version = "1.4.4"
3+
version = "1.5.0"
44
edition = "2021"
55

66
[lib]

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,8 @@
6464
## 1.4.4
6565
- bugfix: function returning a noncompliant view's type no longer breaks introspection
6666

67+
## 1.5.0
68+
- feature: `first`/`offset` based pagination
69+
70+
6771
## master

0 commit comments

Comments
 (0)