Skip to content

Commit

Permalink
Merge pull request #27 from Teknasyon-Teknoloji/feature/update
Browse files Browse the repository at this point in the history
[chore] Update changelog
  • Loading branch information
brnogz authored Oct 9, 2023
2 parents 6ba432b + 3998657 commit 3740aed
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion desk360/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3740aed

Please sign in to comment.