From 81142bc8d0f6b25443c8af79cceda37067c11d26 Mon Sep 17 00:00:00 2001 From: Nathan Kellert Date: Mon, 5 Aug 2019 06:17:53 -0500 Subject: [PATCH 1/5] Update Changelog --- CHANGELOG.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f669e89a..4211058c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,20 @@ ### Master -[Full Changelog](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/compare/2.6.0...master) +[Full Changelog](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/compare/2.6.1...master) -### 2.6.0 +### 2.6.1 + +[Full Changelog](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/compare/2.6.0...2.6.1) + +**This will be the final release for Swift 4.2** -[Full Changelog](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/compare/2.5.0...2.6.0) +-Fix #190 thanks to [rostopira](https://github.com/rostopira) +-Bumps Parse SDK to 1.17.1 +-Bumps Starscream to 3.0.5 + + +### 2.6.0 - Fixed issue where no "where" property sent when no constraints where added to a query. This is required by the LiveQuery protocol. - Support for .or queries. Fixes #156, #47, and #85. Allows orQuery to be encoded without throwing. Thanks to [dblythy](https://github.com/dblythy) From 7191ae8767b7aaf772ca8be88464ac3147e603d1 Mon Sep 17 00:00:00 2001 From: Nathan Kellert Date: Mon, 5 Aug 2019 06:19:12 -0500 Subject: [PATCH 2/5] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4211058c..170fa0f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,6 @@ -Bumps Parse SDK to 1.17.1 -Bumps Starscream to 3.0.5 - ### 2.6.0 - Fixed issue where no "where" property sent when no constraints where added to a query. This is required by the LiveQuery protocol. From 6d3865ea1f9079ee3826a85e575b58e30ebca3f9 Mon Sep 17 00:00:00 2001 From: Nathan Kellert Date: Mon, 5 Aug 2019 06:19:32 -0500 Subject: [PATCH 3/5] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 170fa0f4..a3bf1340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,9 @@ **This will be the final release for Swift 4.2** --Fix #190 thanks to [rostopira](https://github.com/rostopira) --Bumps Parse SDK to 1.17.1 --Bumps Starscream to 3.0.5 +- Fix #190 thanks to [rostopira](https://github.com/rostopira) +- Bumps Parse SDK to 1.17.1 +- Bumps Starscream to 3.0.5 ### 2.6.0 From db039cc60e97099b1f80980c60500aefd4fc922c Mon Sep 17 00:00:00 2001 From: Nathan Kellert Date: Mon, 5 Aug 2019 08:01:16 -0500 Subject: [PATCH 4/5] Update ParseLiveQuery.podspec --- ParseLiveQuery.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ParseLiveQuery.podspec b/ParseLiveQuery.podspec index 52869a1e..0f38b55d 100644 --- a/ParseLiveQuery.podspec +++ b/ParseLiveQuery.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ParseLiveQuery' - s.version = '2.7.0' + s.version = '2.6.1' s.license = { :type => 'BSD' } s.summary = 'Allows for subscriptions to queries in conjunction with parse-server.' s.homepage = 'http://parseplatform.org' From 6e4cb421e4a5891c9650256125aca726afa43fd2 Mon Sep 17 00:00:00 2001 From: Nathan Kellert Date: Mon, 5 Aug 2019 08:01:33 -0500 Subject: [PATCH 5/5] Update ParseLiveQuery.podspec