Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandopradocabrillo committed Jun 12, 2024
1 parent 9333951 commit 097e0fc
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,38 @@

## Table of Contents

- [v0.1.1](#v011)
- [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.1

**This is a bugfix release for the first version of the KYC APIs.**

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

## Please note

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

## What's changed

### Added

- Update the description of the `country` field to reflect that the ISO 3166-1 alpha-2 format should be used.

### Changed

N/A

### Fixed

N/A

### Removed

N/A

# v0.1.0

Expand Down
2 changes: 1 addition & 1 deletion code/API_definitions/kyc-fill-in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ info:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html

version: wip
version: 0.1.1

servers:
- url: '{apiRoot}/{basePath}'
Expand Down
2 changes: 1 addition & 1 deletion code/API_definitions/kyc-match.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ info:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html

version: wip
version: 0.1.1


servers:
Expand Down

0 comments on commit 097e0fc

Please sign in to comment.