From c233568145e1accc7f8bffd4ad3d30f346826199 Mon Sep 17 00:00:00 2001 From: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:33:47 +0000 Subject: [PATCH] PubNub SDK v5.1.0 release. --- .pubnub.yml | 7 ++++++- pubnub/CHANGELOG.md | 6 ++++++ pubnub/README.md | 2 +- pubnub/lib/src/core/core.dart | 2 +- pubnub/pubspec.yaml | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.pubnub.yml b/.pubnub.yml index f550efe..04d0652 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,5 +1,10 @@ --- changelog: + - date: 2024-12-18 + version: v5.1.0 + changes: + - type: feature + text: "Added support for `status` and `type` fields in AppContext APIs." - date: 2024-12-10 version: v5.0.0 changes: @@ -461,7 +466,7 @@ supported-platforms: platforms: - "Dart SDK >=2.6.0 <3.0.0" version: "PubNub Dart SDK" -version: "5.0.0" +version: "5.1.0" sdks: - full-name: PubNub Dart SDK diff --git a/pubnub/CHANGELOG.md b/pubnub/CHANGELOG.md index 4272697..299e720 100644 --- a/pubnub/CHANGELOG.md +++ b/pubnub/CHANGELOG.md @@ -1,3 +1,9 @@ +## v5.1.0 +December 18 2024 + +#### Added +- Added support for `status` and `type` fields in AppContext APIs. + ## v5.0.0 December 10 2024 diff --git a/pubnub/README.md b/pubnub/README.md index f5393d9..46bbcd7 100644 --- a/pubnub/README.md +++ b/pubnub/README.md @@ -14,7 +14,7 @@ To add the package to your Dart or Flutter project, add `pubnub` as a dependency ```yaml dependencies: - pubnub: ^5.0.0 + pubnub: ^5.1.0 ``` After adding the dependency to `pubspec.yaml`, run the `dart pub get` command in the root directory of your project (the same that the `pubspec.yaml` is in). diff --git a/pubnub/lib/src/core/core.dart b/pubnub/lib/src/core/core.dart index 4bc11d5..0935033 100644 --- a/pubnub/lib/src/core/core.dart +++ b/pubnub/lib/src/core/core.dart @@ -21,7 +21,7 @@ class Core { /// Internal module responsible for supervising. SupervisorModule supervisor = SupervisorModule(); - static String version = '5.0.0'; + static String version = '5.1.0'; Core( {Keyset? defaultKeyset, diff --git a/pubnub/pubspec.yaml b/pubnub/pubspec.yaml index 0bd785b..09e6f9d 100644 --- a/pubnub/pubspec.yaml +++ b/pubnub/pubspec.yaml @@ -1,6 +1,6 @@ name: pubnub description: PubNub SDK v5 for Dart lang (with Flutter support) that allows you to create real-time applications -version: 5.0.0 +version: 5.1.0 homepage: https://www.pubnub.com/docs/sdks/dart environment: