diff --git a/CHANGELOG.md b/CHANGELOG.md index 598c110..07a8e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,19 @@ ## [Unreleased] -## [v1.12.0](https://github.com/Thavarshan/phpvm/compare/v1.11.0...v1.12.0) - 2026-05-20 +## [v1.12.1](https://github.com/Thavarshan/phpvm/compare/v1.12.0...v1.12.1) - 2026-05-24 ### Added -- **`latest-remote` keyword:** Install the newest available remote PHP version directly from package manager repos with `phpvm install latest-remote`. -- **`latest-available` alias:** Alias for `latest-remote`. +- **`self-update` command:** Add `phpvm self-update` to automatically update phpvm to the latest stable release and print the updated version. +## [v1.12.0](https://github.com/Thavarshan/phpvm/compare/v1.11.0...v1.12.0) - 2026-05-20 ### Added +- **`latest-remote` keyword:** Install the newest available remote PHP version directly from package manager repos with `phpvm install latest-remote`. +- **`latest-available` alias:** Alias for `latest-remote`. + - **`exec` command:** Run a command with a specific PHP version without globally switching. Executes in a subshell to isolate PATH changes from the current shell. Usage: `phpvm exec [args...]`. - **`run` command:** Sugar for `phpvm exec php