Skip to content

Commit d85cb0c

Browse files
committed
4.6.0
1 parent 1aa782a commit d85cb0c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ to you also.
77
**IMPORTANT NOTE**: most of the changes in PostGraphile actually come from
88
Graphile Engine, so you should also reference [those
99
changes](https://github.com/graphile/graphile-engine/blob/master/CHANGELOG.md).
10+
# [4.6.0](https://github.com/graphile/postgraphile/compare/v4.5.5...v4.6.0) (2020-01-27)
11+
12+
13+
### Features
14+
15+
* **deps:** upgrade graphile engine ([#1222](https://github.com/graphile/postgraphile/issues/1222)) ([1aa782a](https://github.com/graphile/postgraphile/commit/1aa782a4fed033ebf61002e85747c14bf5ecf3b8))
16+
17+
18+
1019
## [4.5.5](https://github.com/graphile/postgraphile/compare/v4.5.4...v4.5.5) (2019-12-13)
1120

1221

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postgraphile",
3-
"version": "4.5.5",
3+
"version": "4.6.0",
44
"description": "A GraphQL schema created by reflection over a PostgreSQL schema 🐘 (previously known as PostGraphQL)",
55
"author": "Benjie Gillam <[email protected]> (https://twitter.com/benjie)",
66
"license": "MIT",

0 commit comments

Comments
 (0)