From 7fb7901a926dc5169f16be5ecbfbe2471b8bc163 Mon Sep 17 00:00:00 2001 From: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:28:50 +0000 Subject: [PATCH] PubNub SDK v4.3.2 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 5a898846..59a84afa 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,5 +1,10 @@ --- changelog: + - date: 2024-01-22 + version: v4.3.2 + changes: + - type: bug + text: "Fixes issue of getting signature mismatch exception while publishing encrypted data." - date: 2023-11-27 version: v4.3.1 changes: @@ -437,7 +442,7 @@ supported-platforms: platforms: - "Dart SDK >=2.6.0 <3.0.0" version: "PubNub Dart SDK" -version: "4.3.1" +version: "4.3.2" sdks: - full-name: PubNub Dart SDK diff --git a/pubnub/CHANGELOG.md b/pubnub/CHANGELOG.md index f16f60e4..0568a024 100644 --- a/pubnub/CHANGELOG.md +++ b/pubnub/CHANGELOG.md @@ -1,3 +1,9 @@ +## v4.3.2 +January 22 2024 + +#### Fixed +- Fixes issue of getting signature mismatch exception while publishing encrypted data. + ## v4.3.1 November 27 2023 diff --git a/pubnub/README.md b/pubnub/README.md index 3f108c7a..47d3a3e4 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: ^4.3.1 + pubnub: ^4.3.2 ``` 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 e142b422..e2459e02 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 = '4.3.1'; + static String version = '4.3.2'; Core( {Keyset? defaultKeyset, diff --git a/pubnub/pubspec.yaml b/pubnub/pubspec.yaml index 8c730b00..bb48377b 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: 4.3.1 +version: 4.3.2 homepage: https://www.pubnub.com/docs/sdks/dart environment: