From 3be013309d13cac05a0db36020e22d4c9c472c5d Mon Sep 17 00:00:00 2001 From: "camara-release-automation[bot]" <261643975+camara-release-automation[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 10:06:53 +0000 Subject: [PATCH 1/3] Update README Release Information for r4.1 --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 515bcfb..471fd75 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,20 @@ Incubating API Repository to evolve and maintain the definitions and documentati > [!NOTE] > 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 a new release is created. For example, changes may be reverted before a release is created. **For best results, use the latest available release**. -* **NEW**: The latest public release is [r3.2](https://github.com/camaraproject/NumberVerification/releases/tag/r3.2) (Fall25), with the following API versions: - * **number-verification v2.1.0** - [[YAML]](https://github.com/camaraproject/NumberVerification/blob/r3.2/code/API_definitions/number-verification.yaml) - [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/NumberVerification/r3.2/code/API_definitions/number-verification.yaml&nocors) - [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/NumberVerification/r3.2/code/API_definitions/number-verification.yaml) +* The latest public release is [r3.2](https://github.com/camaraproject/NumberVerification/releases/tag/r3.2), with the following API versions: + * **number-verification 2.1.0** + [[YAML]](https://github.com/camaraproject/NumberVerification/blob/r3.2/code/API_definitions/number-verification.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/NumberVerification/r3.2/code/API_definitions/number-verification.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/NumberVerification/r3.2/code/API_definitions/number-verification.yaml) + * The latest public release is always available here: https://github.com/camaraproject/NumberVerification/releases/latest * Other releases of this repository are available in https://github.com/camaraproject/NumberVerification/releases -* For changes see [CHANGELOG.md](https://github.com/camaraproject/NumberVerification/blob/main/CHANGELOG.md) +* For changes see [CHANGELOG](https://github.com/camaraproject/NumberVerification/tree/main/CHANGELOG) + +### Upcoming Release Preview + +* Pre-release: [r4.1](https://github.com/camaraproject/NumberVerification/releases/tag/r4.1) (release candidate) + * **number-verification 2.1.1-rc.2** + [[YAML]](https://github.com/camaraproject/NumberVerification/blob/r4.1/code/API_definitions/number-verification.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/NumberVerification/r4.1/code/API_definitions/number-verification.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/NumberVerification/r4.1/code/API_definitions/number-verification.yaml) + _The above section is automatically synchronized by CAMARA project-administration._ From 940da965f542a5795c8b172487f7637f308c3039 Mon Sep 17 00:00:00 2001 From: "camara-release-automation[bot]" <261643975+camara-release-automation[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 10:06:55 +0000 Subject: [PATCH 2/3] Add CHANGELOG draft for r4.1 --- CHANGELOG/CHANGELOG-r4.md | 89 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-r4.md diff --git a/CHANGELOG/CHANGELOG-r4.md b/CHANGELOG/CHANGELOG-r4.md new file mode 100644 index 0000000..118fbbf --- /dev/null +++ b/CHANGELOG/CHANGELOG-r4.md @@ -0,0 +1,89 @@ +# Changelog NumberVerification + + +## Table of Contents +- [r4.1](#r41) + + +**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.** + +The below sections record the changes for each API version in each release as follows: + +* for an alpha release, the delta with respect to the previous release +* for the first release-candidate, all changes since the last public release +* for subsequent release-candidate(s), only the delta to the previous release-candidate +* for a public release, the consolidated changes since the previous public release + +# r4.1 + +## Release Notes + +This release candidate contains the definition and documentation of +* number-verification 2.1.1-rc.2 + +The API definition(s) are based on +* Commonalities r4.3 (0.8.0) +* Identity and Consent Management r4.2 (0.5.0) + + +> **Working area — candidate changes (auto-removed on merge)** +> Copy relevant entries into the Breaking changes/Added/Changed/Fixed/Removed sections below. List breaking changes both in Breaking changes and in their normal change category. +> You may edit this list while triaging; it will be removed on merge. +> This working-area section is removed automatically when the PR is merged. + +
+Candidate changes (auto-generated from merged PRs) + +## What's Changed +* Chore: Reset version numbers to wip following meta-release by @bigludo7 in https://github.com/camaraproject/NumberVerification/pull/222 +* [bulk] Sync Release Information section (2025-12-12-001) by @hdamker-bot in https://github.com/camaraproject/NumberVerification/pull/223 +* [bulk] Add release-plan.yaml (2026-02-23-001) by @hdamker-bot in https://github.com/camaraproject/NumberVerification/pull/225 +* Access token security considerations for Number Verification API by @jpengar in https://github.com/camaraproject/NumberVerification/pull/226 +* [bulk] Enable release automation and validation by @camara-release-automation[bot] in https://github.com/camaraproject/NumberVerification/pull/229 +* Update release-plan.yaml by @bigludo7 in https://github.com/camaraproject/NumberVerification/pull/232 +* Sync common files from Commonalities r4.3 by @camara-release-automation[bot] in https://github.com/camaraproject/NumberVerification/pull/233 +* Set target release type to pre-release-alpha by @bigludo7 in https://github.com/camaraproject/NumberVerification/pull/234 +* fix validation rc Sync26 by @bigludo7 in https://github.com/camaraproject/NumberVerification/pull/235 +* Correct externalDocs.description wording in number-verification.yaml by @hdamker in https://github.com/camaraproject/NumberVerification/pull/240 +* Change release type and API status to 'rc' by @hdamker in https://github.com/camaraproject/NumberVerification/pull/243 + +## New Contributors +* @jpengar made their first contribution in https://github.com/camaraproject/NumberVerification/pull/226 +* @camara-release-automation[bot] made their first contribution in https://github.com/camaraproject/NumberVerification/pull/229 + +
+ + +## number-verification 2.1.1-rc.2 + +**number-verification 2.1.1-rc.2 is a release-candidate version of this API.** + +Changes documented below are compared to version 2.1.0. + +- API definition **with inline documentation**: + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/NumberVerification/r4.1/code/API_definitions/number-verification.yaml&nocors) + - [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/NumberVerification/r4.1/code/API_definitions/number-verification.yaml) + - OpenAPI [YAML spec file](https://github.com/camaraproject/NumberVerification/blob/r4.1/code/API_definitions/number-verification.yaml) + +### Breaking changes + +* N/A + +### Added + +* N/A + +### Changed + +* N/A + +### Fixed + +* N/A + +### Removed + +* N/A + +**Full Changelog**: https://github.com/camaraproject/NumberVerification/compare/r3.2...r4.1 + From 3e396fd5560abdaef38b082fbaa26e7074f7d8e8 Mon Sep 17 00:00:00 2001 From: Axel Nennker Date: Tue, 25 Aug 2026 10:42:08 +0200 Subject: [PATCH 3/3] update changelog section --- CHANGELOG/CHANGELOG-r4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-r4.md b/CHANGELOG/CHANGELOG-r4.md index 118fbbf..d3a1292 100644 --- a/CHANGELOG/CHANGELOG-r4.md +++ b/CHANGELOG/CHANGELOG-r4.md @@ -71,7 +71,7 @@ Changes documented below are compared to version 2.1.0. ### Added -* N/A +* Access token security considerations for Number Verification API by @jpengar in https://github.com/camaraproject/NumberVerification/pull/226 ### Changed