Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions CHANGELOG/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Changelog eSim Remote Management

## Table of Contents
- [r1.1](#r1.1)


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

# r1.1
## Release Notes
This release contains the definition and documentation of

- esim-remote-management v0.1.0-alpha.1

The API definition(s) are based on

- Commonalities v0.7.0
- Identity and Consent Management v0.5.0


## esim-remote-management 0.1.0-alpha.1

**esim-remote-management v0.1.0-alpha.1 is first alpha release version of the esim-remote-management API**

- API definition **with inline documentation**:

### Added
* Initial API yaml including esim-remote-management API in [#16](https://github.com/camaraproject/eSimRemoteManagement/pull/16)
* Add the test file of esim-remote-management API in [#17](https://github.com/camaraproject/eSimRemoteManagement/pull/17)
* Add user story of esim-remote-management API in [#17](https://github.com/camaraproject/eSimRemoteManagement/pull/17)

### Changed
* Update the MAINTAINERS.MD file to add maintainer information in [#3](https://github.com/camaraproject/eSimRemoteManagement/pull/3)
* Update the API description information in the README.md file in [#7](https://github.com/camaraproject/eSimRemoteManagement/pull/7)

**Full Changelog**: https://github.com/camaraproject/eSimRemoteManagement/commits/r1.1
Loading