Skip to content

Commit f8e538a

Browse files
committed
update changelog
1 parent 42f962a commit f8e538a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Next
1+
## 3.0.0-alpha.5 - 2023-10-04
22

33
- Does not report screen events if there's no title ([#32](https://github.com/PostHog/posthog-android/pull/32))
44
- Add `distinctId()` getter to the Public API ([#33](https://github.com/PostHog/posthog-android/pull/33))

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ How to use the Android SDK v3
55

66
```kotlin
77
// app/build.gradle.kts
8-
implementation("com.posthog:posthog-android:3.0.0-alpha.4")
8+
implementation("com.posthog:posthog-android:$latestVersion")
99
```
1010

1111
```kotlin

0 commit comments

Comments
 (0)