Skip to content

Commit

Permalink
chore: update version + change log
Browse files Browse the repository at this point in the history
  • Loading branch information
wphyojpl committed Apr 15, 2024
1 parent 2976b3d commit eecfe20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#342](https://github.com/unity-sds/unity-data-services/pull/342) fix: no filename in main data.stac.json file
- [#347](https://github.com/unity-sds/unity-data-services/pull/347) fix: downgrade pystac to 1.9

## [7.3.0] - 2024-04-15
### Changed
- [#362](https://github.com/unity-sds/unity-data-services/pull/362) feat: add health check ssm

## [7.2.1] - 2024-04-08
### Fixed
- [#347](https://github.com/unity-sds/unity-data-services/pull/347) fix: downgrade pystac to 1.9
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name="cumulus_lambda_functions",
version="7.2.1",
version="7.3.0",
packages=find_packages(),
install_requires=install_requires,
package_data={
Expand Down

0 comments on commit eecfe20

Please sign in to comment.