From 2ac6331b3cff94f4c01494ec10b839b4e7a2b378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristo=20Kuusk=C3=BCll?= Date: Wed, 3 Apr 2024 13:10:03 +0300 Subject: [PATCH] Fix. --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f65e9..eb2bb37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.0.3] - 2024-04-02 +### Changed + * `wise.environments.active` property was renamed to `wise.profiles.active`. * "Environment" and "active profile" terms were separated in the code. @@ -15,4 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.0.2] - 2024-03-27 -Initial version. \ No newline at end of file +### Added + +* Initial version.