Skip to content

Commit 6c86813

Browse files
Carl/release for sdk (#41)
* update docs * fix typo
1 parent 0669cc6 commit 6c86813

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
22

3-
## 2.1.0 - 2025-??-??
3+
## 2.1.0 - 2025-07-09
44
- Initial public release targeting integration with the
55
[Planet Client for Python](https://github.com/planetlabs/planet-client-python).
66

7+
## 2.0.11 - 2025-07-09
8+
- Final 2.0 series development release.
9+
710
## [Unreleased: 2.0.*]
811
- All releases in the 2.0.X series are development releases, even if not
912
tagged as such. This work included some shakedowns of the release pipelines.

src/planet_auth/oidc/api_clients/token_api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def get_token_from_password(
292292
authorization (login).
293293
requested_audiences: A list of strings specifying the audiences
294294
to request.
295-
auth_enricher: Function to layer un the application of client credentials.
295+
auth_enricher: Function to layer in the application of client credentials.
296296
extra: Dict of extra parameters to pass to the token endpoint.
297297
298298
Returns:

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.11
1+
2.1.0

0 commit comments

Comments
 (0)