diff --git a/CHANGELOG.md b/CHANGELOG.md index 642ebfd3..7a2133e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.0-alpha.2 - 2023-09-27 + +- Fix permission check for Network status ([commit](https://github.com/PostHog/posthog-android/commit/57b9626a745a37a9c92437529ba9eaf308b03771)) + ## 3.0.0-alpha.1 - 2023-09-26 - Next major of the Android SDK rewritten in Kotlin diff --git a/RELEASING.md b/RELEASING.md index 2ca2f64b..911ada51 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,10 +1,12 @@ Releasing ========= - 0. Go to [GH Releases](https://github.com/PostHog/posthog-android/releases) - 1. Choose a tag name (e.g. `3.0.0`), this is the version number of the release. - 2. Choose a release name (e.g. `3.0.0`), ideally it matches the above. - 3. Write a description of the release. - 4. Publish the release. - 5. GH Action (release.yml) is doing everything else automatically. - 6. Done. + 1. Update the CHANGELOG.md with the version and date + 2. Go to [GH Releases](https://github.com/PostHog/posthog-android/releases) + 3. Choose a tag name (e.g. `3.0.0`), this is the version number of the release. + 1. Preview releases follow the pattern `3.0.0-alpha.1`, `3.0.0-beta.1`, `3.0.0-RC.1` + 4. Choose a release name (e.g. `3.0.0`), ideally it matches the above. + 5. Write a description of the release. + 6. Publish the release. + 7. GH Action (release.yml) is doing everything else automatically. + 8. Done.