Skip to content

Commit 1872224

Browse files
committed
chore: update version
1 parent 21c64d3 commit 1872224

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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+
## [3.9.0] - 2023-06-08
9+
### Added
10+
- [#15x](https://github.com/unity-sds/unity-data-services/pull/15x) feat: added filter keyword in granules endpoint + repeatedly checking with time boundary for cataloging result
11+
12+
813
## [3.8.2] - 2023-05-23
914
### Added
1015
- [#154](https://github.com/unity-sds/unity-data-services/pull/154) fix: production datetime not in +00:00 format

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="cumulus_lambda_functions",
21-
version="3.8.2",
21+
version="3.9.0",
2222
packages=find_packages(),
2323
install_requires=install_requires,
2424
tests_require=['mock', 'nose', 'sphinx', 'sphinx_rtd_theme', 'coverage', 'pystac', 'python-dotenv', 'jsonschema'],

0 commit comments

Comments
 (0)