This is an automated email from the ASF dual-hosted git repository. skperez pushed a commit to branch SDAP-372 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit fcd97719d358e2e6f8cea2de6a1bebf34b071dec Author: skorper <[email protected]> AuthorDate: Wed Jun 1 17:47:56 2022 -0700 Added changelogs --- analysis/CHANGELOG.md | 15 +++++++++++++++ data-access/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 28 insertions(+) diff --git a/analysis/CHANGELOG.md b/analysis/CHANGELOG.md new file mode 100644 index 0000000..6daa66d --- /dev/null +++ b/analysis/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog +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] +### Added +- SDAP-372: Updated matchup algorithm to point to AWS insitu API endpoint +- SDAP-372: Added new matchup endpoint `matchup_doms` that points to DOMS insitu endpoint +### Changed +### Deprecated +### Removed +### Fixed +### Security \ No newline at end of file diff --git a/data-access/CHANGELOG.md b/data-access/CHANGELOG.md new file mode 100644 index 0000000..1d217de --- /dev/null +++ b/data-access/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog +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] +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security \ No newline at end of file
