From e05407744106f93e9b36bf7edcf2e57546bc4c11 Mon Sep 17 00:00:00 2001 From: tf-release-bot Date: Tue, 15 Oct 2019 05:29:26 +0000 Subject: [PATCH] v2.5.0 --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 487f5033..f45ff220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ -## 2.5.0 (Unreleased) +## 2.5.0 (October 15, 2019) IMPROVEMENTS: -* ci: update to go 1.13 [GH-198] -* feat: migrate to standalone plugin sdk [GH-197] +* ci: update to go 1.13 ([#198](https://github.com/terraform-providers/terraform-provider-docker/issues/198)) +* feat: migrate to standalone plugin sdk ([#197](https://github.com/terraform-providers/terraform-provider-docker/issues/197)) BUG FIXES: -* fix: removes whitelists of attributes [GH-208] -* fix: splunk Log Driver missing from container `log_driver` [GH-204] +* fix: removes whitelists of attributes ([#208](https://github.com/terraform-providers/terraform-provider-docker/issues/208)) +* fix: splunk Log Driver missing from container `log_driver` ([#204](https://github.com/terraform-providers/terraform-provider-docker/issues/204)) ## 2.4.0 (October 07, 2019)