Skip to content

Commit 1da44d3

Browse files
committed
4.9.2
1 parent 660682a commit 1da44d3

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ to you also.
88
Graphile Engine, so you should also reference [those
99
changes](https://github.com/graphile/graphile-engine/blob/master/CHANGELOG.md).
1010

11+
## [4.9.2](https://github.com/graphile/postgraphile/compare/v4.9.1...v4.9.2) (2020-10-23)
12+
13+
### Bug Fixes
14+
15+
- upgrade postgraphile-core ([#1369](https://github.com/graphile/postgraphile/issues/1369)) ([660682a](https://github.com/graphile/postgraphile/commit/660682ac5de873f7796816b1c15590c2e3f04a59))
16+
1117
## [4.9.1](https://github.com/graphile/postgraphile/compare/v4.9.0...v4.9.1) (2020-10-16)
1218

1319
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postgraphile",
3-
"version": "4.9.1",
3+
"version": "4.9.2",
44
"description": "A GraphQL schema created by reflection over a PostgreSQL schema 🐘 (previously known as PostGraphQL)",
55
"author": "Benjie Gillam <benjie@graphile.org> (https://twitter.com/benjie)",
66
"license": "MIT",

0 commit comments

Comments
 (0)