You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this RDK Service will be documented in this file.
4
+
5
+
* Each RDK Service has a CHANGELOG file that contains all changes done so far. When version is updated, add a entry in the CHANGELOG.md at the top with user friendly information on what was changed with the new version. Please don't mention JIRA tickets in CHANGELOG.
6
+
7
+
* Please Add entry in the CHANGELOG for each version change and indicate the type of change with these labels:
8
+
***Added** for new features.
9
+
***Changed** for changes in existing functionality.
10
+
***Deprecated** for soon-to-be removed features.
11
+
***Removed** for now removed features.
12
+
***Fixed** for any bug fixes.
13
+
***Security** in case of vulnerabilities.
14
+
15
+
* Changes in CHANGELOG should be updated when commits are added to the main or release branches. There should be one CHANGELOG entry per JIRA Ticket. This is not enforced on sprint branches since there could be multiple changes for the same JIRA ticket during development.
16
+
17
+
* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
18
+
19
+
## [1.0.0] - 2024-07-15
20
+
### Added
21
+
- Add CHANGELOG
22
+
23
+
### Change
24
+
- Reset API version to 1.0.0
25
+
- Change README to inform how to update changelog and API version
0 commit comments