From 3998657b533a123ad082b786e167a07e9f8aaa9e Mon Sep 17 00:00:00 2001 From: Baran Oguz Date: Mon, 9 Oct 2023 12:44:31 +0300 Subject: [PATCH] [chore] Update changelog --- CHANGELOG.md | 19 +++++++++++++++++++ desk360/build.gradle | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d61dd..ff247e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,29 @@ All notable changes to this project will be documented in this file. +## 1.0.10 (2023-10-09) + +### Fix + +- Fix help mode param + +### Changed + +- Update Gradle and AGP version +- Update Kotlin version + +### Added + +- Add initial topic id param to start Desk360 with a selected topic + ## 1.0.8 (2022-08-17) + ### Fix + - Fix file attachments ## 1.0.7 (2022-07-18) + ### Added + - Add proguard/r8 rules \ No newline at end of file diff --git a/desk360/build.gradle b/desk360/build.gradle index 515fda7..06fac52 100644 --- a/desk360/build.gradle +++ b/desk360/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'org.jetbrains.dokka-android' apply plugin: 'maven-publish' def sdkArtifactId = 'desk360-android-sdk' def sdkGroupId = 'com.github.Teknasyon-Teknoloji' -def sdkVersionName = "1.0.9" +def sdkVersionName = "1.0.10" android { namespace 'com.teknasyon.desk360'