Skip to content

Commit 820fc8b

Browse files
committed
bump version for 1.2.2
1 parent 7c03721 commit 820fc8b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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.2.1"
3+
version = "1.2.2"
44
edition = "2021"
55

66
[lib]

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@
2727
- feature: computed relationships via functions returning setof
2828
- bugfix: function based computed columns with same name no longer error
2929

30+
## 1.2.1
31+
- feature: reproducible builds
32+
3033
## master

0 commit comments

Comments
 (0)