Skip to content

Commit

Permalink
Adding CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamoto0104 authored Dec 11, 2024
1 parent 754b6de commit 5c5d0de
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Number Recycling

## 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.**

# v0.1.0

**This is the first alpha version of the KYC APIs.**

- API [definition](https://github.com/camaraproject/NumberRecycling/tree/main/code/API_definitions)

* Note: API documentation is embedded in the YAML files.

## Please note:

- This is an alpha version, it should be considered as a draft.

## What's changed

* New API `Number Recycling`, v0.1.0:
- The API can be used to check whether the subscriber of the phone number has changed. A common scenario is when Application service provider (ASP) wants to check whether there has been a change in the user associated with the phone number after the specified date. This allows the ASP to ensure that a phone number is correctly linked to an user and prevent the mis-delivery of SMS messages.

0 comments on commit 5c5d0de

Please sign in to comment.