Skip to content

Commit

Permalink
Merge pull request #99 from ably/release/0.1.1
Browse files Browse the repository at this point in the history
Release/0.1.1
  • Loading branch information
ttypic authored Jan 22, 2025
2 parents a0a135e + 2e35ba0 commit 71b20c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.1.1](https://github.com/ably/ably-chat-kotlin/tree/v0.1.1)

[Full Changelog](https://github.com/ably/ably-chat-kotlin/compare/v0.1.0...v0.1.1)

Fixed SDK version in `BuildConfig`

## [0.1.0](https://github.com/ably/ably-chat-kotlin/tree/v0.1.0) (2024-12-16)

Initial release of the Ably Chat SDK for Android. It includes following chat
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p style="text-align: left">
<img src="https://badgen.net/github/license/3scale/saas-operator" alt="License" />
<img src="https://img.shields.io/badge/version-0.1.0-2ea44f" alt="version: 0.1.0" />
<img src="https://img.shields.io/badge/version-0.1.1-2ea44f" alt="version: 0.1.1" />
<a href="https://github.com/ably/ably-chat-kotlin/actions/workflows/coverage.yml"><img src="https://img.shields.io/static/v1?label=coverage&message=80%2B%25&color=2ea44f" alt="coverage - 80+%"></a>
</p>

Expand Down Expand Up @@ -53,13 +53,13 @@ The Ably Chat SDK is available on the Maven Central Repository. To include the d
For Groovy:

```groovy
implementation 'com.ably.chat:chat-android:0.1.0'
implementation 'com.ably.chat:chat-android:0.1.1'
```

For Kotlin Script (`build.gradle.kts`):

```kotlin
implementation("com.ably.chat:chat-android:0.1.0")
implementation("com.ably.chat:chat-android:0.1.1")
```

### Dependency on ably-android
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android.useAndroidX=true

# Maven Publish properties:
GROUP=com.ably.chat
VERSION_NAME=0.1.0
VERSION_NAME=0.1.1

POM_INCEPTION_YEAR=2024
POM_URL=https://github.com/ably/ably-chat-kotlin
Expand Down

0 comments on commit 71b20c4

Please sign in to comment.