From 3136f1940dc58ae12ea86aa69dc95ff239e1f100 Mon Sep 17 00:00:00 2001 From: Tung Vu <53031642+tung-vu-td@users.noreply.github.com> Date: Fri, 26 Apr 2024 12:00:53 +0700 Subject: [PATCH] Release 4.1.1 (#33) * Release 4.1.1 --- CHANGELOG.md | 5 +++++ KeenClientTD.podspec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81832f1..65d432b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## version 4.1.1 +_2024-04-26_ + +* Add PrivacyInfo.xcprivacy with User defaults, Disk usage and File timestamp reasons. + ## version 4.1.0 _2023-06-29_ diff --git a/KeenClientTD.podspec b/KeenClientTD.podspec index 5570c5f..2d12ad4 100644 --- a/KeenClientTD.podspec +++ b/KeenClientTD.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'KeenClientTD' - spec.version = '4.1.0' + spec.version = '4.1.1' spec.license = { type: 'MIT' } spec.platforms = { ios: '12.0', tvos: '12.0' } spec.homepage = 'https://github.com/treasure-data/KeenClient-iOS'