From 77d33780bdd8fbbb16fad5a0dff9e45b0ecfecf4 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Fri, 5 Jan 2024 13:16:04 +0100 Subject: [PATCH] update changelog and version to 4.0.0-alpha.1 --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f13040c..88aff8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Next +## 4.0.0-alpha.1 + - Migrate to the new SDKs and latest tooling [#70](https://github.com/PostHog/posthog-flutter/pull/70) - Added missing features such as feature flags payloads, debug, and more diff --git a/pubspec.yaml b/pubspec.yaml index 3b56782..76be15a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: posthog_flutter description: Flutter implementation of PostHog client for iOS, Android and Web -version: 3.0.0-alpha.1 +version: 4.0.0-alpha.1 homepage: https://www.posthog.com repository: https://github.com/posthog/posthog-flutter issue_tracker: https://github.com/posthog/posthog-flutter/issues