Skip to content

Commit

Permalink
PubNub SDK v1.4.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
client-engineering-bot committed Jul 24, 2020
1 parent 16e91e6 commit 1254a32
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
9 changes: 8 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
changelog:
-
changes:
-
text: "Fixes issue of missing exposed MessageType enum."
type: bug
date: Jul 24, 20
version: v1.4.1
-
changes:
-
Expand Down Expand Up @@ -242,4 +249,4 @@ supported-platforms:
platforms:
- "Dart SDK >=2.6.0 <3.0.0"
version: "PubNub Dart SDK"
version: "1.4.0"
version: "1.4.1"
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [v1.4.1](https://github.com/pubnub/dart/releases/tag/v1.4.1)
July 24 2020

[Full Changelog](https://github.com/pubnub/dart/compare/v1.4.0...v1.4.1)

- 🐛 Fixes issue of missing exposed MessageType enum.

## [v1.4.0](https://github.com/pubnub/dart/releases/tag/v1.4.0)
July 23 2020

Expand Down
2 changes: 1 addition & 1 deletion lib/pubnub.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export './src/dx/_endpoints/message_action.dart'

export './src/dx/subscribe/subscription.dart' show Subscription;
export './src/dx/subscribe/envelope.dart'
show Envelope, PresenceAction, PresenceEvent;
show Envelope, PresenceAction, PresenceEvent, MessageType;
export './src/dx/channel/channel_history.dart'
show PaginatedChannelHistory, ChannelHistory;
export './src/dx/file/file.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/src/core/core.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Core {
ParserModule parser;
CryptoModule crypto;

static String version = '1.4.0';
static String version = '1.4.1';

Core(
{Keyset defaultKeyset,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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: 1.4.0
version: 1.4.1
homepage: https://www.pubnub.com/docs

environment:
Expand Down

0 comments on commit 1254a32

Please sign in to comment.