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