From 7c8ce063f7c0e9c856770a8f5e5bd7f552a9a10f Mon Sep 17 00:00:00 2001 From: Marco Eidinger Date: Tue, 21 Dec 2021 09:12:05 -0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=201.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78215d2..2e2afd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.5](https://github.com/SAP/cloud-sdk-ios-cai/compare/1.0.4...1.0.5) (2021-12-21) + +### Bug Fixes + +* 🐛 decoding error when loading channel preferences/menu ([f9c5fd8](https://github.com/SAP/cloud-sdk-ios-cai/commit/f9c5fd8fe3bbf50ce27e0595fccc2295604d0162)), closes [#64](https://github.com/SAP/cloud-sdk-ios-cai/issues/64) +* 🐛 postback/link value was shown in persistent static menu ([987d3a4](https://github.com/SAP/cloud-sdk-ios-cai/commit/987d3a400886845258bbe882417dc8dcb5059001)), closes [#66](https://github.com/SAP/cloud-sdk-ios-cai/issues/66) + ## [1.0.4](https://github.com/SAP/cloud-sdk-ios-cai/compare/1.0.3...1.0.4) (2021-08-09) ### Features