diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..ed7da6a
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,20 @@
+# Change Log
+All notable changes to this project will be documented in this file.
+
+---
+
+## [ParseFacebookUtils-V4 1.9.1](https://github.com/ParsePlatform/ParseFacebookUtils-iOS/releases/tag/v4-1.9.1) (11/17/2015)
+
+#### New
+- ParseFacebookUtils now supports Xcode 7.1. #7
+- ParseFacebookUtils now depends on FBSDK 4.8+.
+
+#### Improved
+- Removed unused imports. #10
+
+## [ParseFacebookUtils-V4 1.9.0](https://github.com/ParsePlatform/ParseFacebookUtils-iOS/releases/tag/v4-1.9.0) (10/08/2015)
+
+Hello, open source!
+
+#### Fixed
+- Fixed initialization of Facebook Utils blocking the main thread.
diff --git a/ParseFacebookUtilsV4.podspec b/ParseFacebookUtilsV4.podspec
index 5269b0f..d615bd8 100644
--- a/ParseFacebookUtilsV4.podspec
+++ b/ParseFacebookUtilsV4.podspec
@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'ParseFacebookUtilsV4'
-  s.version          = '1.9.0'
+  s.version          = '1.9.1'
   s.license          =  { :type => 'Commercial', :text => "See https://www.parse.com/about/terms" }
   s.homepage         = 'https://www.parse.com/'
   s.summary          = 'Parse is a complete technology stack to power your app\'s backend.'
@@ -27,8 +27,8 @@ Pod::Spec.new do |s|
                       'Social'
   s.libraries        = 'z', 'sqlite3'
 
-  s.dependency 'Bolts/Tasks', '>= 1.3.0'
+  s.dependency 'Bolts/Tasks', '>= 1.5'
   s.dependency 'Parse', '~> 1.9'
-  s.dependency 'FBSDKCoreKit', '~> 4.7'
-  s.dependency 'FBSDKLoginKit', '~> 4.7'
+  s.dependency 'FBSDKCoreKit', '~> 4.8'
+  s.dependency 'FBSDKLoginKit', '~> 4.8'
 end