From 53ae8d544d68df9924f930b3e8b804f8efb22627 Mon Sep 17 00:00:00 2001 From: Daniel Love Date: Tue, 30 Nov 2021 13:10:08 -0700 Subject: [PATCH] Updating change log in preparation for release 0.1.4. --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d6fd62..fbf414f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi ## [Unreleased][unreleased] +## [0.1.4] - 2021-11-30 + +### Fixed + +- Updating Dotenv to always use `$_SERVER` instead of `$_ENV`. See + ## [0.1.3] - 2021-11-29 ### Fixed @@ -27,7 +33,8 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi **Initial release!** -[unreleased]: https://github.com/unleashedtech/dotenv-drupal/compare/0.1.3...main +[unreleased]: https://github.com/unleashedtech/dotenv-drupal/compare/0.1.4...main +[0.1.3]: https://github.com/unleashedtech/dotenv-drupal/compare/0.1.3...0.1.4 [0.1.3]: https://github.com/unleashedtech/dotenv-drupal/compare/0.1.2...0.1.3 [0.1.2]: https://github.com/unleashedtech/dotenv-drupal/compare/0.1.1...0.1.2 [0.1.1]: https://github.com/unleashedtech/dotenv-drupal/compare/0.1.0...0.1.1