diff --git a/CHANGELOG.md b/CHANGELOG.md index 3efe0294..830326ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.0.119] - 2025-05-08 + +### Added +- Added path completion to the CLI ([#282](https://github.com/agentuity/cli/pull/282)) + +### Changed +- Cleanup install script ([#281](https://github.com/agentuity/cli/pull/281)) + - Removed Windows native support (WSL is now recommended) + - Improved installation testing with Docker + - Restructured installation script for better maintainability + ## [v0.0.118] - 2025-05-06 ### Fixed