From bfc85160dc4351ecbc630a8ee89c5e23cb16fe71 Mon Sep 17 00:00:00 2001 From: PEDRO DIEZ GARCIA Date: Tue, 3 Oct 2023 17:49:46 +0200 Subject: [PATCH] create_changelog_release_v010 --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..47704a3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,42 @@ +# Changelog BlockchainPublicAddress + +## Table of Contents + +- [v0.1.0](#v010) + +**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.** + +## 0.1.0 + +**Initial baseline contribution** +- API [definition](https://github.com/camaraproject/BlockchainPublicAddress/tree/release-0.1.0/code/API_definitions) + + +## Please note +- this "release" is tagged to have an initial baseline API contribution to move forward. It is released for early implementations. +- there are ongoing discussions so API evolution is expected. + +### Added + +* Initial version with three endpoints: + * New endpoint `retrieveBlockchainPublicAddress` + * New endpoint `bindBlockchainPublicAddress` + * New endpoint `deleteBlockchainPublicAddress` + +### Changed + +* N/A + +### Fixed + +* N/A + +### Removed + +* N/A + +## New Contributors +* N/A + + +**Full Changelog**: https://github.com/camaraproject/BlockchainPublicAddress/commits/v0.1.0