__What's New:__
* None
__Enhancements:__
* Enrich shell completion results for the `api` command
* Support `browser` option for `login` command
* Support environment variable `PYBRITIVE_BROWSER` to allow a user to specify a default browser option, as well as use
non-standard `webbrowser` options.
__Bug Fixes:__
* Fixes an issue with interactive login when randomly generated tokens include `--` which the WAF sometimes sees as a
SQL injection attack
* Fixes an issue with `ssh-add` and temporary keys filling up the `ssh-agent` due to the order of command flags
* Fixes and issue with `checkin` checking in the wrong profile type (programmatic vs console)
* Fixes bug which did not always honor the specified browser.
__Dependencies:__
* `britive>=2.22.0`
__Other:__
* Various linting
* Updates to the documentation calling out the requirement to properly escape input based on the shell you are using
* Resolve dependabot issue [dependabot/6](https://github.com/britive/python-cli/security/dependabot/6)
* Documentation updates