From b3c9a6495ecf70eb88fe75dd8361d9cea8d2709d Mon Sep 17 00:00:00 2001
From: Hitesh Jain <jainhitesh999@gmail.com>
Date: Wed, 15 Sep 2021 22:13:42 +0200
Subject: [PATCH] Release 6.8.5

---
 CHANGELOG.MD     | 8 ++++++++
 Readme.MD        | 6 +++---
 Usabilla.json    | 1 +
 Usabilla.podspec | 2 +-
 4 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.MD b/CHANGELOG.MD
index 3fedd742..d9f8c181 100644
--- a/CHANGELOG.MD
+++ b/CHANGELOG.MD
@@ -1,3 +1,11 @@
+## 6.8.5
+### Fix
+- screenshot annotation issue for flutter-ios
+- show active campaigns only
+
+ ### Update
+- build with Xcode 13.0
+- support accessbility larger texts for campaign banner cta buttons
 ## 6.8.4
 ### Fix
 - Navigation bar for ios15
diff --git a/Readme.MD b/Readme.MD
index d453e0fe..d126c08f 100644
--- a/Readme.MD
+++ b/Readme.MD
@@ -83,11 +83,11 @@ use_frameworks!
 
 target 'YourProjectTarget' do
 
-pod 'Usabilla', '~> 6.8.4'
+pod 'Usabilla', '~> 6.8.5'
 
 End
 ```
-The current pod is build for Xcode 12.4 and now uses xcframework.
+The current pod is build for Xcode 13.0 and now uses xcframework.
 
 For older Xcode version, use:
  
@@ -114,7 +114,7 @@ And add this line to your `Cartfile`:
 ```yaml
 binary "https://raw.githubusercontent.com/usabilla/usabilla-u4a-ios-swift-sdk/master/Usabilla.json"
 ```
-The current Carthage release is build for Xcode 12.4.
+The current Carthage release is build for Xcode 13.0.
 
 For older Xcode version, use:
  
diff --git a/Usabilla.json b/Usabilla.json
index 499de1ea..74f977ce 100644
--- a/Usabilla.json
+++ b/Usabilla.json
@@ -1,4 +1,5 @@
 {
+  "6.8.5": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.8.5-Xcode-11.7/UsabillaCarthage.zip",
   "6.8.4": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.8.4-Xcode-11.7/UsabillaCarthage.zip",
   "6.8.3": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.8.3-Xcode-11.7/UsabillaCarthage.zip",
   "6.8.2": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.8.2-Xcode-11.7/UsabillaCarthage.zip",
diff --git a/Usabilla.podspec b/Usabilla.podspec
index abaa20ef..2976253d 100644
--- a/Usabilla.podspec
+++ b/Usabilla.podspec
@@ -1,4 +1,4 @@
-version = "6.8.4-Xcode-11.7"
+version = "6.8.5-Xcode-11.7"
 
 Pod::Spec.new do |s|