Skip to content

Commit 4e37e29

Browse files
committed
Merge branch 'release/1.4.8'
2 parents 2bf6395 + 9548c79 commit 4e37e29

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.github/workflows/cla.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "CLA"
2+
3+
permissions:
4+
contents: read
5+
pull-requests: write
6+
actions: write
7+
statuses: write
8+
9+
on:
10+
issue_comment:
11+
types: [created]
12+
pull_request_target:
13+
types: [opened, closed, synchronize]
14+
15+
jobs:
16+
CLA-Lite:
17+
name: "Signature"
18+
uses: rdkcentral/cmf-actions/.github/workflows/cla.yml@v1
19+
secrets:
20+
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT }}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.4.8](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.7...1.4.8)
8+
9+
- Deploy cla action [`#161`](https://github.com/rdkcentral/entservices-inputoutput/pull/161)
10+
- Merge tag '1.4.7' into develop [`1ea0522`](https://github.com/rdkcentral/entservices-inputoutput/commit/1ea05228452c7547788b4d7471d47c6b0130887e)
11+
712
#### [1.4.7](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.6...1.4.7)
813

14+
> 9 September 2025
15+
916
- RDKEMW-7712: Sync low latency for AVOutput initialization (#6338) [`#249`](https://github.com/rdkcentral/entservices-inputoutput/pull/249)
17+
- 1.4.7 release changelog updates [`5979423`](https://github.com/rdkcentral/entservices-inputoutput/commit/597942340c4b1ab704fe1220b956803aa10cb60f)
1018
- Merge tag '1.4.6' into develop [`bef0aa3`](https://github.com/rdkcentral/entservices-inputoutput/commit/bef0aa3bf2638d0223008f10babecde595d850df)
1119

1220
#### [1.4.6](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.5...1.4.6)

0 commit comments

Comments
 (0)