Skip to content

Commit afe1646

Browse files
authored
Merge 4f92b6f into 77fd09a
2 parents 77fd09a + 4f92b6f commit afe1646

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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+
## [1.8.1] - 2022-09-27
9+
### Added
10+
- [#79](https://github.com/unity-sds/unity-data-services/pull/79) Collection Creation endpoint with DAPA format
11+
### Changed
12+
- [#80](https://github.com/unity-sds/unity-data-services/pull/80) level.1.a.missing.filename
13+
- [#82](https://github.com/unity-sds/unity-data-services/pull/82) not honoring offset and limit in Collection query
14+
- [#89](https://github.com/unity-sds/unity-data-services/pull/89) check pathParameters is None
15+
### Fixed
16+
17+
818
## [1.7.0] - 2022-09-06
919
### Added
1020
- [#62](https://github.com/unity-sds/unity-data-services/issues/66) Added OpenAPI spec for DAPA endpoints

setup.py

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

1818
setup(
1919
name="cumulus_lambda_functions",
20-
version="1.8.0",
20+
version="1.8.1",
2121
packages=find_packages(),
2222
install_requires=install_requires,
2323
tests_require=['mock', 'nose', 'sphinx', 'sphinx_rtd_theme', 'coverage', 'pystac', 'python-dotenv', 'jsonschema'],

0 commit comments

Comments
 (0)