From ec37d4e1d896df1ea558324f4ca8cf76c0debe0c Mon Sep 17 00:00:00 2001 From: Wallerand Delevacq Date: Sat, 9 May 2020 11:57:53 +0200 Subject: [PATCH] 0.2.0 --- CHANGELOG.md | 3 +++ pubspec.yaml | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1c27fb..b5d7d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.2.0 +- #3 feat: use JWT for topic subscription + ## 0.1.2 - Update Readme - Move to Github diff --git a/pubspec.yaml b/pubspec.yaml index 527a166..7987903 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,7 @@ name: dart_mercure description: A library to communicate with dunglas/mercure. This library allow publish/subscribe on Mercure Hub. Can be use to create firebase like notification system. -version: 0.1.2 +version: 0.2.0 homepage: https://github.com/wallforfry/dart_mercure -author: Wallerand DELEVACQ environment: sdk: '>=2.4.0 <3.0.0'