From 6c34a69476e84c7013704d89643342762038c4c8 Mon Sep 17 00:00:00 2001 From: ChinaUnicomXiaoDongrui Date: Wed, 29 Jul 2026 11:53:28 +0800 Subject: [PATCH] add the changlog file about esim-remote-management api --- CHANGELOG/CHANGELOG.md | 43 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 CHANGELOG/CHANGELOG.md diff --git a/CHANGELOG/CHANGELOG.md b/CHANGELOG/CHANGELOG.md new file mode 100644 index 0000000..38db161 --- /dev/null +++ b/CHANGELOG/CHANGELOG.md @@ -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 \ No newline at end of file