From 72f1d1f9a22210bd41cee433d7c72c5566de7deb Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Tue, 29 May 2018 11:40:28 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db5f90a..55c6b237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ NOTES: * The `links` property on `resource_docker_container` is now marked as deprecated [#47](https://github.com/terraform-providers/terraform-provider-docker/pull/47) FEATURES: -* Add `swarm` capabilities [GH-29] [#40](https://github.com/terraform-providers/terraform-provider-docker/pull/40) with fixes [#66] -(https://github.com/terraform-providers/terraform-provider-docker/pull/66) up to Docker `18.03.1` and API Version `1.37` [GH-64] +* Add `swarm` capabilities [GH-29] [#40](https://github.com/terraform-providers/terraform-provider-docker/pull/40) with fixes [#66](https://github.com/terraform-providers/terraform-provider-docker/pull/66) up to Docker `18.03.1` and API Version `1.37` [GH-64] * Add ability to upload executable files [#55](https://github.com/terraform-providers/terraform-provider-docker/pull/55) * Add support to attach devices to containers [GH-30] [#54](https://github.com/terraform-providers/terraform-provider-docker/pull/54) * Add Ulimits to containers [#35](https://github.com/terraform-providers/terraform-provider-docker/pull/35)