We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa85c5 commit 935bca1Copy full SHA for 935bca1
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [9.11.0] - 2025-04-09
9
+### Changed
10
+- [#556](https://github.com/unity-sds/unity-data-services/pull/556) feat: bump uds-lib version
11
+
12
## [9.10.1] - 2025-04-09
13
### Fixed
14
- [#554](https://github.com/unity-sds/unity-data-services/pull/554) fix: configurable dapa url
setup.py
@@ -12,7 +12,7 @@
setup(
name="cumulus_lambda_functions",
15
- version="9.10.1",
+ version="9.11.0",
16
packages=find_packages(),
17
install_requires=install_requires,
18
package_data={
0 commit comments