From 5a129009a18e8c8f09ea92a71f3ac882bb624e6e Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Mon, 20 Dec 2021 11:11:49 +0000 Subject: [PATCH] 4.12.8 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba0a13023..1ceda85573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ to you also. Graphile Engine, so you should also reference [those changes](https://github.com/graphile/graphile-engine/blob/master/CHANGELOG.md). +## [4.12.8](https://github.com/graphile/postgraphile/compare/v4.12.7...v4.12.8) (2021-12-20) + +### Bug Fixes + +- **cli:** handling of SSL options from the connection string ([#1564](https://github.com/graphile/postgraphile/issues/1564)) ([d8401c6](https://github.com/graphile/postgraphile/commit/d8401c6e143a2680c092d8ad077f8469f2f02625)) + ## [4.12.7](https://github.com/graphile/postgraphile/compare/v4.12.6...v4.12.7) (2021-12-20) ## [4.12.6](https://github.com/graphile/postgraphile/compare/v4.12.5...v4.12.6) (2021-11-30) diff --git a/package.json b/package.json index ad7b9e1305..90a7f856eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postgraphile", - "version": "4.12.7", + "version": "4.12.8", "description": "A GraphQL schema created by reflection over a PostgreSQL schema 🐘 (previously known as PostGraphQL)", "author": "Benjie Gillam (https://twitter.com/benjie)", "license": "MIT",