diff --git a/CHANGES.md b/CHANGES.md index fe32cc4..d8fc157 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ ## v5.11.0 (unreleased) +## v5.10.2 (2026-05-12) + +* Fix the sandbox subcommand: make use of the `public_base_url` and `routing_key` if provided in the deployment metadata. + +## v5.10.1 (2026-03-19) + +* Add `whoami` subcommand to show info about the user/org you are currently logged into. + ## v5.10.0 (2026-03-10) * Add `--auth` flag to `koyeb service create`, `koyeb service update`, and `koyeb deploy` to add security policies (basic auth or API key) to all routes. Supports referencing secrets with `{{secret.SECRET_NAME}}` syntax. Use `--auth-disable` to remove all security policies.