From c01aae2311e1f51b9873eb9020ea0a64228f8805 Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Thu, 22 Sep 2016 19:34:57 -0400 Subject: [PATCH] v1.1.0 (#71) --- CHANGELOG.md | 12 ++++++++++++ ParseLiveQuery.podspec | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..3e528d09 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# ParseLiveQUery-iOS-OSX Changelog + +# 1.1.0 + +- Breaking change: Swift 3 support +- Breaking change: OSX deployment target to 10.10 +- New: Carthage support, thanks to [Florent Vilmart](https://github.com/flovilmart) +- New: Supports PFGeoPoints, thanks to [Nikita Lutsenko](https://github.com/nlutsenko) +- Fix: Deduplicates subscription requests, thanks to [Nathan Kellert](https://github.com/noobs2ninjas) +- New: Support for wss, thanks to [@kajensen](https://github.com/kajensen) +- Fix: Properly deliver events back to obj-c, thanks to [Richard Ross](https://github.com/richardjrossiii) + diff --git a/ParseLiveQuery.podspec b/ParseLiveQuery.podspec index afd30915..ea530019 100644 --- a/ParseLiveQuery.podspec +++ b/ParseLiveQuery.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ParseLiveQuery' - s.version = '1.0.1' + s.version = '1.1.0' s.license = { :type => 'BSD' } s.summary = 'Allows for subscriptions to queries in conjunction with parse-server.' s.homepage = 'https://github.com/ParsePlatform/parse-server'