Skip to content

Commit

Permalink
v0.9.9.0
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
Farhad7d7 committed Jun 14, 2021
1 parent ab4f063 commit 35cf285
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

# Changelog
All notable changes to this project will be documented here.
## Version [0.9.***]
[BugFixed] Failure to receive history in specipic situtions


## Version [0.9.9.0]
[BugFixed] Failure to receive history in specific situations


## Version [0.9.8.2]
Expand All @@ -17,11 +19,11 @@ All notable changes to this project will be documented here.
[Added] ```deleteTag``` method
[Added] ```onTagDeleted``` callback
[Added] ```addTagParticipant``` method
[Added] ```OnTagParticipantAdded``` callback
[Added] ```onTagParticipantAdded``` callback
[Added] ```removeTagParticipant``` method
[Added] ```OnTagParticipantRemoved``` callback
[Added] ```onTagParticipantRemoved``` callback
[Added] ```getTagList``` method
[Added] ```OnTagList``` callback
[Added] ```onTagList``` callback


## Version [0.9.8.1] -2021-4-28
Expand Down
4 changes: 2 additions & 2 deletions podchat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ apply plugin: 'com.kezong.fat-aar'
apply plugin: 'com.google.gms.google-services'

ext {
libraryVersion = '0.9.8.1'
libraryVersion = '0.9.9.0'
}
android {

compileSdkVersion 29
defaultConfig {
minSdkVersion 17
targetSdkVersion 29
versionCode 166
versionCode 167
versionName libraryVersion

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 35cf285

Please sign in to comment.