Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
bevzaanton committed Aug 16, 2018
2 parents e0ee1eb + 067b6a0 commit f6e3ee3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ To implement all of the features above you can use the following components:

Download via Gradle:
```gradle
compile 'com.github.stfalcon:chatkit:0.3.0'
compile 'com.github.stfalcon:chatkit:0.3.1'
```

or Maven:
```xml
<dependency>
<groupId>com.github.stfalcon</groupId>
<artifactId>chatkit</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
<type>pom</type>
</dependency>
```
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 0.3.1 (2018/08/16)
* [Passing custom data to your ViewHolder](https://github.com/stfalcon-studio/ChatKit/blob/master/docs/COMPONENT_MESSAGES_LIST.md#passing-custom-data-to-your-viewholder) [#180](https://github.com/stfalcon-studio/ChatKit/issues/180)
* Added Proguard rules to [Readme](https://github.com/stfalcon-studio/ChatKit#proguard) and [sample project](https://github.com/stfalcon-studio/ChatKit/blob/master/sample/proguard-rules.pro). [#122](https://github.com/stfalcon-studio/ChatKit/issues/122)
* Fixed [#174](https://github.com/stfalcon-studio/ChatKit/issues/174)

## Version 0.3.0 (2018/07/12)
* [Added Typing Listener to MessageInput](https://github.com/stfalcon-studio/ChatKit/blob/master/docs/COMPONENT_MESSAGE_INPUT.MD#typing-listener). Thanks to [toanpv](https://github.com/toanpv);
* Fixed artifacts with bubble background in message list;
Expand Down

0 comments on commit f6e3ee3

Please sign in to comment.