From 7295a304928ca2de66c124c5c14e36d21c9fc4d0 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Fri, 3 Nov 2023 21:21:14 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09f38a1..1ebdf83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,18 @@ 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.1.3...master) +## [Unreleased](https://github.com/dotenv-org/phpdotenv-vault/compare/v0.2.0...master) + +## 0.2.0 + +### Added + +- Moved decryption to its own class for better testing and ease of usage + +### Fixed + +- DOTENV_KEY was not respected if set in the infrastructure. Fixed. +- Decryptiong could fail related to some misconfigured logic. Fixed. ## 0.1.3