diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d116b..3ff0b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Next +- Upgrade iOS SDK to [3.0.0](https://github.com/PostHog/posthog-ios/releases/tag/3.0.0) [#78](https://github.com/PostHog/posthog-flutter/pull/78) + ## 4.0.0-beta.2 - Flutter macOS support [#76](https://github.com/PostHog/posthog-flutter/pull/76) diff --git a/RELEASING.md b/RELEASING.md index 8df42e1..cbdb244 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -9,7 +9,7 @@ Releasing ```bash ./scripts/prepare-release.sh 3.0.0 ``` - 3. Go to [GH Releases](https://github.com/PostHog/posthog-android/releases) + 3. Go to [GH Releases](https://github.com/PostHog/posthog-flutter/releases) 4. Choose a tag name (e.g. `3.0.0`), same as step 2. 5. Choose a release name (e.g. `3.0.0`), ideally it matches the above. 6. Write a description of the release. diff --git a/ios/posthog_flutter.podspec b/ios/posthog_flutter.podspec index f16b978..31d201b 100644 --- a/ios/posthog_flutter.podspec +++ b/ios/posthog_flutter.podspec @@ -20,7 +20,7 @@ Postog flutter plugin s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' - s.dependency 'PostHog', '~> 3.0.0-RC.1' + s.dependency 'PostHog', '~> 3.0.0' s.ios.deployment_target = '13.0' # PH iOS SDK 3.0.0 requires >= 10.15