Skip to content

Commit 637d5ca

Browse files
committed
4.7.0
1 parent a7bf1f4 commit 637d5ca

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.7.0](https://github.com/graphile/postgraphile/compare/v4.6.0...v4.7.0) (2020-04-27)
11+
12+
13+
### Features
14+
15+
* **cli:** look for JWT_SECRET in environment variables ([#1236](https://github.com/graphile/postgraphile/issues/1236)) ([dd2b6b2](https://github.com/graphile/postgraphile/commit/dd2b6b2b364efd015e46cd1faab4d37d2fd9fbad))
16+
17+
18+
1019
# [4.6.0](https://github.com/graphile/postgraphile/compare/v4.5.5...v4.6.0) (2020-01-27)
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.6.0",
3+
"version": "4.7.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)