This is an automated email from the ASF dual-hosted git repository.
rkk pushed a commit to branch release/1.1.0
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git
The following commit(s) were added to refs/heads/release/1.1.0 by this push:
new 8632b26 Updated CHANGELOG.md from Unreleased to 1.1.0 (#74)
8632b26 is described below
commit 8632b262eef9a33c816ec9b733c1ddc0156fa4c5
Author: Nga Chung <[email protected]>
AuthorDate: Wed Apr 26 12:09:09 2023 -0700
Updated CHANGELOG.md from Unreleased to 1.1.0 (#74)
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79b8e24..471d4db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this
file.
The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).
-## [Unreleased]
+## [1.1.0] - 2023-04-26
### Added
- SDAP-437: Added support for preprocessing of input granules. Initial
implementation contains one preprocessor implementation for squeezing one or
more dimensions to ensure the dataset is shaped as needed.
### Changed