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'