[ci skip] Fixes PR links in CHANGELOG

This commit is contained in:
Manuel Vogel 2018-10-12 09:49:56 +02:00
parent 769f775d38
commit 41b83e5fb1
No known key found for this signature in database
GPG key ID: 533006C7B61DB1CE

View file

@ -5,9 +5,9 @@ IMPROVEMENTS
* Add options for PID and user namespace mode [GH-88] and ([#96](https://github.com/terraform-providers/terraform-provider-docker/pull/96))
BUG FIXES
* Fixes issue with internal and external ports on containers [GH-8] and ([#89](https://github.com/terraform-providers/terraform-provider-docker/pull/90))
* Fixes `tfstate` having correct external port for containers [GH-73]
* Fixes that a `docker_image` can be pulled with its SHA256 tag/repo digest [GH-79]
* Fixes issue with internal and external ports on containers [GH-8] and ([#89](https://github.com/terraform-providers/terraform-provider-docker/pull/89))
* Fixes `tfstate` having correct external port for containers [GH-73] and ([#95](https://github.com/terraform-providers/terraform-provider-docker/pull/95))
* Fixes that a `docker_image` can be pulled with its SHA256 tag/repo digest [GH-79] and ([#97](https://github.com/terraform-providers/terraform-provider-docker/pull/97))
## 1.0.2 (September 27, 2018)