From 2747f791378812459ebe72ad052f8b88af489e87 Mon Sep 17 00:00:00 2001 From: Jake Champlin Date: Tue, 16 May 2017 10:43:51 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02d01be74..3aad1c738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,7 @@ BUG FIXES: * provider/github: Log HTTP requests and responses in DEBUG mode [GH-14363] * provider/google: Fix health check http/https defaults [GH-14441] * provider/heroku: Fix issue with setting correct CName in heroku_domain [GH-14443] +* provider/opc: Correctly export `ip_address` in IP Addr Reservation [GH-14543] * provider/openstack: Handle Deleted Resources in Floating IP Association [GH-14533] * provider/vault: Prevent panic when no secret found [GH-14435]