We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd00054 commit b7996d2Copy full SHA for b7996d2
2 files changed
CHANGELOG.md
@@ -8,6 +8,8 @@ to you also.
8
Graphile Engine, so you should also reference [those
9
changes](https://github.com/graphile/graphile-engine/blob/master/CHANGELOG.md).
10
11
+## [4.12.4](https://github.com/graphile/postgraphile/compare/v4.12.3...v4.12.4) (2021-09-23)
12
+
13
## [4.12.3](https://github.com/graphile/postgraphile/compare/v4.12.2...v4.12.3) (2021-06-04)
14
15
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postgraphile",
3
- "version": "4.12.3",
+ "version": "4.12.4",
4
"description": "A GraphQL schema created by reflection over a PostgreSQL schema 🐘 (previously known as PostGraphQL)",
5
"author": "Benjie Gillam <benjie@graphile.org> (https://twitter.com/benjie)",
6
"license": "MIT",
0 commit comments