From 1a0109ee775fcd3b7673f1579f3683875dbb7636 Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:51:45 +0100 Subject: [PATCH] Update CHANGELOG.md - listed PRs instead of issues - reference to r2.1 --- CHANGELOG.md | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b210c5b..3697f63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ The below sections record the changes for each API version in each release as fo * for subsequent alpha or release-candidate API versions, the delta with respect to the previous pre-release * for a public API version, the consolidated changes since the release of the previous public API version -# r2.0 +# r2.1 ## Release Notes @@ -29,37 +29,31 @@ The API definition(s) are based on ## call-forwarding-signal v1.0.0-rc.1 -This is the first **public release** of the Call Forwarding Signal API, version 0.2.0. It contains mainly alignments with the Commonalities 0.5.0 and the Release Management Guidelines. This version includes improvements from an actual implementation of the API certified by GSMA. +This is the first **public release** of the Call Forwarding Signal API, version v1.0.0-rc.1. It contains mainly alignments with the Commonalities 0.5.0 and the Release Management Guidelines. This version includes improvements from an actual implementation of the API certified by GSMA. - API definition **with inline documentation**: - - OpenAPI [YAML spec file](https://github.com/camaraproject/CallForwardingSignal/blob/r2.0/code/API_definitions/call-forwarding-signal.yaml) - - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r2.0/code/API_definitions/call-forwarding-signal.yaml&nocors) - - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r2.0/code/API_definitions/call-forwarding-signal.yaml) + - OpenAPI [YAML spec file](https://github.com/camaraproject/CallForwardingSignal/blob/r2.1/code/API_definitions/call-forwarding-signal.yaml) + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r2.1/code/API_definitions/call-forwarding-signal.yaml&nocors) + - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r2.1/code/API_definitions/call-forwarding-signal.yaml) In the following there is the list of the modifications with respect to the previous release. ### Added ### Changed - * Call Forwarding Service "state" terminology updated: https://github.com/camaraproject/CallForwardingSignal/issues/111 - * Alignment with CAMARA Guidelines in info.description: - * https://github.com/camaraproject/CallForwardingSignal/issues/120 - * https://github.com/camaraproject/CallForwardingSignal/issues/122 - * https://github.com/camaraproject/CallForwardingSignal/issues/130 - * Enhancements and Alignments in Errors: https://github.com/camaraproject/CallForwardingSignal/issues/119 - * Align API-Testing with CAMARA Guidelines: - * https://github.com/camaraproject/CallForwardingSignal/issues/123 - * https://github.com/camaraproject/CallForwardingSignal/issues/134 + * Call Forwarding Service "state" terminology updated: https://github.com/camaraproject/CallForwardingSignal/pull/117 + * Alignment with CAMARA Guidelines in info.description: https://github.com/camaraproject/CallForwardingSignal/pull/121 + * Enhancements and Alignments in Errors: https://github.com/camaraproject/CallForwardingSignal/pull/121 + * Align API-Testing with CAMARA Guidelines: https://github.com/camaraproject/CallForwardingSignal/pull/121 ### Fixed ### Removed * Removed unused Error codes: - * https://github.com/camaraproject/CallForwardingSignal/issues/129 - * https://github.com/camaraproject/CallForwardingSignal/issues/132 - * https://github.com/camaraproject/CallForwardingSignal/issues/133 + * https://github.com/camaraproject/CallForwardingSignal/pull/117 + * https://github.com/camaraproject/CallForwardingSignal/pull/121 -**Full Changelog**: https://github.com/camaraproject/CallForwardingSignal/commits/r2.0 +**Full Changelog**: https://github.com/camaraproject/CallForwardingSignal/commits/r2.1 # r1.3