From b3086d15bc9b8131334cc78f4f2fb7eb3f4f4b91 Mon Sep 17 00:00:00 2001 From: TB-1993 <109213741+TB-1993@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:08:23 +0000 Subject: [PATCH] Bumped changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ef53d..b5ba6ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.2.1](https://github.com/rdkcentral/python_raft/compare/1.2.0...1.2.1) + +- Bugfix #137: Corrected telnet usage to follow updated telnet class [`#137`](https://github.com/rdkcentral/python_raft/issues/137) +- Merge tag '1.2.0' into develop [`499b9b1`](https://github.com/rdkcentral/python_raft/commit/499b9b1eb8c60531f9617316615b984c92b1780a) + #### [1.2.0](https://github.com/rdkcentral/python_raft/compare/1.1.2...1.2.0) +> 23 December 2024 + - Update #103: Creation of remote hdmicec client [`#115`](https://github.com/rdkcentral/python_raft/pull/115) - Fix #119: Corrected commonRemote to properly parse key [`#128`](https://github.com/rdkcentral/python_raft/pull/128) - Adding support keySimulator in remotecontrollers [`#120`](https://github.com/rdkcentral/python_raft/pull/120)