From 8a7682d69d62c70406c3d2fa554412ea8b98152a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Pe=C3=B1a=20Garc=C3=ADa-Oliva?= Date: Tue, 14 Mar 2023 10:07:36 +0100 Subject: [PATCH] jpengar/changelog-v0.1.0-release (#28) --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3483d44 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,44 @@ +# Changelog QualityOnDemand + +## Table of Contents + + +- [v0.1.0 - Initial contribution](#v010---initial-contribution) + +**Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until it has been released. For example, changes may be reverted before a release is published. For the best results, use the latest published release.** + +# v0.1.0 - Initial contribution + +**Initial contribution of the API definition for *QoS-on-demand* (QoD) control applied to devices connected to the user home network**, including initial API documentation. +- API [definition](https://github.com/camaraproject/HomeDevicesQoD/tree/release-0.1.0/code/API_definitions) +- API [documentation](https://github.com/camaraproject/HomeDevicesQoD/tree/release-0.1.0/documentation/API_documentation) + +## Please note +- This "release" is only tagged to document the history of the API as initial contribution +- This is an alpha version, it should be considered as a draft. + +## What's Changed +* Home Devices QoD api spec 0.1.0 contribution by @jpengar in https://github.com/camaraproject/HomeDevicesQoD/pull/12 +* Home Devices QoD api user stories doc 0.1.0 contribution by @jpengar in https://github.com/camaraproject/HomeDevicesQoD/pull/10 +* Home Devices Qod api documentation 0.1.0 contribution by @jpengar in https://github.com/camaraproject/HomeDevicesQoD/pull/15 + +### Added + +* Initial contribution + +### Changed + +* N/A + +### Fixed + +* N/A + +### Removed + +* N/A + +## New Contributors +* N/A + +**Full Changelog**: https://github.com/camaraproject/HomeDevicesQoD/commits/v0.1.0 \ No newline at end of file