From b6153d58133d2b27c5a02dd7fdd057e2732bdd86 Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Mon, 22 Feb 2016 11:41:13 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48ce922a61..58a173b17d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,9 @@ BUG FIXES: * secret/pki: If a cert is not found during lookup of a serial number, respond with a 400 rather than a 500 [GH-1085] * secret/aws: Capping on length of usernames for both IAM and STS types. [GH-1102] + * secret/postgresql: Make connection_url to work. Also, While configuring postgresql + backend, avoid verification of connection_url by disabling it using verify_connection + option. [GH-1112] ## 0.5.0 (February 10, 2016)