__What's New:__
* `pybritive ssh gcp identity-aware-proxy` command - supports OS Login and SSH Instance Metadata
__Enhancements:__
* Support for `sso_idp` in the tenant configuration block of the config file. Set with `configure update tenant-<name>
sso_idp <value>`. This will enable automatic re-direction to your identity provider, thus eliminating a manual step
when authenticating to your tenant.
__Bug Fixes:__
* Properly catch and error when Cognito tokens have been invalidated.
__Dependencies:__
* Fix dependabot alert for `requests` - [dependabot/4](https://github.com/britive/python-cli/security/dependabot/4)
* Fix dependabot alert for `cryptography` - [dependabot/5](https://github.com/britive/python-cli/security/dependabot/5)
* `britive>=2.20.0`
__Other:__
* None