Skip to content

Commit

Permalink
Bump version and changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-globus committed Dec 11, 2023
1 parent b1acf50 commit b0b8cb9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
12 changes: 12 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

// scriv-insert-here

== 3.22.0 (2023-12-11)

Enhancements:

* Add `globus api gcs $ENDPOINT_ID` as a command for directly interacting with
the GCS Manager API

Bugfixes:

* Commands which attempt to infer the identity of the user running the command will now
correctly use the `client_id` for confidential client-based invocation patterns.

== 3.21.0 (2023-12-08)

Enhancements:
Expand Down
5 changes: 0 additions & 5 deletions changelog.d/20231208_110449_derek_client_identity_lookup.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231208_162645_sirosen_add_api_gcs.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/globus_cli/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "3.21.0"
__version__ = "3.22.0"

# app name to send as part of SDK requests
app_name = f"Globus CLI v{__version__}"
Expand Down

0 comments on commit b0b8cb9

Please sign in to comment.