diff --git a/CHANGELOG.md b/CHANGELOG.md index 87bd31f..2edef75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [Unreleased](https://github.com/dotenv-org/phpdotenv-vault/compare/v0.2.2...master) +## [Unreleased](https://github.com/dotenv-org/phpdotenv-vault/compare/v0.2.3...master) + +## 0.2.3 + +### Added + +- echo/log out the dotenv-vault decryption message ## 0.2.2 diff --git a/src/DotenvVault.php b/src/DotenvVault.php index e33211d..e2374b5 100644 --- a/src/DotenvVault.php +++ b/src/DotenvVault.php @@ -186,7 +186,7 @@ public function _loadDotenv() } public function _loadVault() { - // _log('Loading env from encrypted .env.vault') + echo '[dotenv-vault] Loading env from encrypted .env.vault'; $decrypted = $this->_decryptVault();