Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Nov 4, 2023
1 parent 6683cb6 commit f79ae49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/DotenvVault.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit f79ae49

Please sign in to comment.