Skip to content

Commit b0b8cb9

Browse files
committed
Bump version and changelog for release
1 parent b1acf50 commit b0b8cb9

4 files changed

+13
-10
lines changed

changelog.adoc

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
// scriv-insert-here
44

5+
== 3.22.0 (2023-12-11)
6+
7+
Enhancements:
8+
9+
* Add `globus api gcs $ENDPOINT_ID` as a command for directly interacting with
10+
the GCS Manager API
11+
12+
Bugfixes:
13+
14+
* Commands which attempt to infer the identity of the user running the command will now
15+
correctly use the `client_id` for confidential client-based invocation patterns.
16+
517
== 3.21.0 (2023-12-08)
618

719
Enhancements:

changelog.d/20231208_110449_derek_client_identity_lookup.md

-5
This file was deleted.

changelog.d/20231208_162645_sirosen_add_api_gcs.md

-4
This file was deleted.

src/globus_cli/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

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

0 commit comments

Comments
 (0)