Skip to content

Commit b89b044

Browse files
chore: update version + change log (#566)
Co-authored-by: wphyojpl <[email protected]>
1 parent 3e875c6 commit b89b044

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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+
## [9.11.2] - 2025-04-15
9+
### Fixed
10+
- [#564](https://github.com/unity-sds/unity-data-services/pull/564) fix: check collection when querying single granule
11+
812
## [9.11.1] - 2025-04-10
913
### Fixed
1014
- [#561](https://github.com/unity-sds/unity-data-services/pull/561) fix: docker error

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="cumulus_lambda_functions",
15-
version="9.11.1",
15+
version="9.11.2",
1616
packages=find_packages(),
1717
install_requires=install_requires,
1818
package_data={

0 commit comments

Comments
 (0)