Skip to content

Commit ea337ba

Browse files
committed
updating changelog and bumping minor version
1 parent 1b58b42 commit ea337ba

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

libs/unity-py/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.1] - 2025-06-09
9+
10+
### Added
11+
* Cognito token fetching now appropriately stores and checks token expiration on token use.
12+
813
## [0.11.0] - 2025-05-19
914

1015
### Added

libs/unity-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "unity-sds-client"
3-
version = "0.11.0"
3+
version = "0.11.1"
44

55
description = "Unity-Py is a Python client to simplify interactions with NASA's Unity Platform."
66
authors = ["Anil Natha, Mike Gangl"]

0 commit comments

Comments
 (0)