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.