From c9c06f1ca6ab4b6c58873cba80dad9073e732322 Mon Sep 17 00:00:00 2001 From: Rishi Verma Date: Mon, 14 Nov 2022 09:31:38 -0800 Subject: [PATCH 1/2] Proposed CHANGELOG.md file format --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..77b0636 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# 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). + +## [0.3.0] - 2022-12-01 + +### Added + +- +- +- From eb19d0febc35a43a31b3be97c8881462d68cf0a9 Mon Sep 17 00:00:00 2001 From: Anil Natha Date: Mon, 17 Apr 2023 08:16:35 -0700 Subject: [PATCH 2/2] Updated changelog. --- CHANGELOG.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77b0636..95d1642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,18 @@ 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). -## [0.3.0] - 2022-12-01 +-------- -### Added +## [0.1.0] - 2023-04-17 + +### Added + +#### Tutorial Notebook Updates + +* Application Service Tutorial Notebook — Courtesy of U-ADS (James and Masha) (See Application Registry below). +* Cleanup of Sounder SIPS Tutorial Jobs Notebook — Updated instructions and terminology, showcasing how to deploy a process using a JSON payload (was removed previously). + +#### Application Registry +* [unity-ads-deployment #79](https://github.com/unity-sds/unity-ads-deployment/issues/79) Add Dockstore API access to Unity.py +* [unity-ads-deployment #87](https://github.com/unity-sds/unity-ads-deployment/issues/87) Convert Unity.py Application Package API to use Hosted Workflows -- -- --