From 53fa7a08bf744d5b663de76ba2923eef9e2cfe54 Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Fri, 19 Jul 2024 13:00:18 +0200 Subject: [PATCH 1/2] Update CHANGELOG.md there still was "alpha" in the text --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef80487..f2cc234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ The version number for the YAML file is v0.2.0-rc.1 ## Please note: -- This is an alpha version, there are bug fixes to be expected and incompatible changes in upcoming versions +- This is an pre release candidate version, there are bug fixes to be expected and incompatible changes in upcoming versions - The release is suitable for implementers, but it is not recommended to use the API with customers in productive environments - Version numbers before v0.2.0-rc.1 were used during the development of this version but not released From 052d1f9dcdf64678be3d8334ebffca89f2eb3dfc Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Fri, 19 Jul 2024 13:12:29 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md error in the optional endpoint --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2cc234..65bdf02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ The version number for the YAML file is v0.2.0-rc.1 * Support for the following use cases: [Use Cases · camaraproject/CallForwardingSignal · Discussion #3 (github.com)](https://github.com/camaraproject/CallForwardingSignal/discussions/3) * Phone number retrieved from 3-legs access token: [CAMARA Guidelines: Phone number identification with 3Legs · Issue #51 · camaraproject/CallForwardingSignal (github.com)](https://github.com/camaraproject/CallForwardingSignal/issues/51) -* Optional operation (unconditional-call-forwardings): [Optional operations · Issue #37 · camaraproject/CallForwardingSignal (github.com)](https://github.com/camaraproject/CallForwardingSignal/issues/37) +* Optional operation (/call-forwardings): [Optional operations · Issue #37 · camaraproject/CallForwardingSignal (github.com)](https://github.com/camaraproject/CallForwardingSignal/issues/37) ## New Contributors * @FabrizioMoggio