From 74d35b765ebee4bdc0974255b0aefc101fe90d2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Mej=C3=ADas=20Rodr=C3=ADguez?= Date: Wed, 5 Jun 2019 11:01:01 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e35284b..e852ddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2019-06-05 +### Fixed +- Fixed error when environment variables loaded from file contain spaces in their values [#14](https://github.com/greenled/portainer-stack-utils/pull/14) + ## [0.1.0] - 2019-05-24 ### Added - Stack deployment @@ -19,5 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Debug mode - Strict mode -[Unreleased]: https://github.com/greenled/portainer-stack-utils/compare/0.1.0...HEAD -[0.1.0]: https://github.com/greenled/portainer-stack-utils/releases/tag/0.1.0 \ No newline at end of file +[Unreleased]: https://github.com/greenled/portainer-stack-utils/compare/0.1.1...HEAD +[0.1.1]: https://github.com/greenled/portainer-stack-utils/releases/tag/0.1.1 +[0.1.0]: https://github.com/greenled/portainer-stack-utils/releases/tag/0.1.0