Skip to content

Commit 7f73471

Browse files
committed
Updated to version 1.2.1
Updated to version 1.2.1 + fixed some typos.
1 parent 5f1cbee commit 7f73471

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ repositories {
1717
}
1818
1919
dependencies {
20-
compile 'com.github.amatkivskiy:gitter.rx.sdk:1.1.0'
20+
compile 'com.github.amatkivskiy:gitter.rx.sdk:1.2.1'
2121
}
2222
```
2323

2424
## Release notes
25+
- 1.2.1
26+
- Added ability to retrieve unread messages.
2527
- 1.2.0
2628
- Added ability to search users
2729
- Added ability to search rooms
@@ -38,6 +40,7 @@ dependencies {
3840
- Room users
3941
- Channels
4042
- Join a room
43+
- Remove user from the room
4144
- Leave room
4245
- Search rooms
4346

@@ -65,7 +68,7 @@ This SDK consists of three parts:
6568
- *Streaming API implementation*
6669

6770
**Authentication**
68-
Please read [Authentication](https://developer.gitter.im/docs/authentication) on **Gitter Developer** article before.
71+
Please read [Authentication](https://developer.gitter.im/docs/authentication) article on **Gitter Developer** before.
6972

7073
## How to authenticate user with SDK
7174

0 commit comments

Comments
 (0)