From f61917642e8ed10925c50d85872f11223ae18e2c Mon Sep 17 00:00:00 2001 From: "camara-release-automation[bot]" <261643975+camara-release-automation[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 08:25:18 +0000 Subject: [PATCH] chore: post-release sync for r3.2 --- CHANGELOG/CHANGELOG-r3.md | 45 +++++++++++++++++++++++++++++++++++++++ README.md | 6 +++--- 2 files changed, 48 insertions(+), 3 deletions(-) diff --git a/CHANGELOG/CHANGELOG-r3.md b/CHANGELOG/CHANGELOG-r3.md index 2b9ae61..45d9c57 100644 --- a/CHANGELOG/CHANGELOG-r3.md +++ b/CHANGELOG/CHANGELOG-r3.md @@ -2,6 +2,7 @@ ## Table of Contents +- [r3.2](#r32) - [r3.1](#r31) @@ -14,6 +15,50 @@ The below sections record the changes for each API version in each release as fo * 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 +# r3.2 + +## Release Notes + +This release candidate contains the definition and documentation of +* kyc-tenure 0.3.0-rc.1 + +The API definition(s) are based on +* Commonalities 0.8.0 +* Identity and Consent Management 0.5.0 + +## kyc-tenure 0.3.0-rc.1 + +**kyc-tenure 0.3.0-rc.1 is a release-candidate version of this API.** + +Changes documented below are compared to version 0.2.0. + +- API definition **with inline documentation**: + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/Tenure/r3.2/code/API_definitions/kyc-tenure.yaml&nocors) + - [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/Tenure/r3.2/code/API_definitions/kyc-tenure.yaml) + - OpenAPI [YAML spec file](https://github.com/camaraproject/Tenure/blob/r3.2/code/API_definitions/kyc-tenure.yaml) + +### Breaking changes + +* N/A + +### Added + +* Management of an optional threshold for tenureDate by @GillesInnov35 in https://github.com/camaraproject/Tenure/pull/56 + +### Changed + +* Update API definition to fix validation warnings and hints by @eric-murray in https://github.com/camaraproject/Tenure/pull/75 + +### Fixed + +* N/A + +### Removed + +* Delete redundant API-Readiness-Checklist file by @eric-murray in https://github.com/camaraproject/Tenure/pull/78 + +**Full Changelog**: https://github.com/camaraproject/Tenure/compare/r2.2...r3.2 + # r3.1 ## Release Notes diff --git a/README.md b/README.md index 3801295..ceefe80 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ Sandbox API Repository to describe, develop, document, and test the Tenure Servi ### Upcoming Release Preview -* Pre-release: [r3.1](https://github.com/camaraproject/Tenure/releases/tag/r3.1) (alpha) - * **kyc-tenure 0.3.0-alpha.1** - [[YAML]](https://github.com/camaraproject/Tenure/blob/r3.1/code/API_definitions/kyc-tenure.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/Tenure/r3.1/code/API_definitions/kyc-tenure.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/Tenure/r3.1/code/API_definitions/kyc-tenure.yaml) +* Pre-release: [r3.2](https://github.com/camaraproject/Tenure/releases/tag/r3.2) (release candidate) + * **kyc-tenure 0.3.0-rc.1** + [[YAML]](https://github.com/camaraproject/Tenure/blob/r3.2/code/API_definitions/kyc-tenure.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/Tenure/r3.2/code/API_definitions/kyc-tenure.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/Tenure/r3.2/code/API_definitions/kyc-tenure.yaml) _The above section is automatically synchronized by CAMARA project-administration._