From 9b555269af0e6dd200fbbcafbef0aa2b99f6dee3 Mon Sep 17 00:00:00 2001 From: Max Presman Date: Sun, 13 Aug 2017 22:01:16 -0700 Subject: [PATCH] bump changelog --- .pubnub.yml | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.pubnub.yml b/.pubnub.yml index bde893137..0d5458c81 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -3,7 +3,7 @@ version: 4.9.1 schema: 1 scm: github.com/pubnub/java files: - - build/libs/pubnub-gson-4.9.0-all.jar + - build/libs/pubnub-gson-4.9.1-all.jar changelog: - version: v4.9.1 date: diff --git a/CHANGELOG.md b/CHANGELOG.md index b2458773e..4a138c3ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +## [v4.9.1](https://github.com/pubnub/java/tree/v4.9.1) + + + [Full Changelog](https://github.com/pubnub/java/compare/v4.9.0...v4.9.1) + +- 🌟patch-up to the deduping algorithm + + + + ## [v4.9.0](https://github.com/pubnub/java/tree/v4.9.0)