diff --git a/CHANGELOG.md b/CHANGELOG.md
index aef4ffc..8c52d42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
---
+## [ParseFacebookUtils-V3 1.10.0](https://github.com/ParsePlatform/ParseFacebookUtils-iOS/releases/tag/v3-1.10.0) (01/07/2016)
+
+#### New
+- ParseFacebookUtils now requires Xcode 7.0+.
+ [#36](https://github.com/ParsePlatform/ParseFacebookUtils-iOS/pull/36)
+ by [Nikita Lutsenko](https://github.com/nlutsenko)
+
+#### Fixed
+- Fixed warnings when using deprecated Facebook SDK APIs, incompatible types.
+ [#37](https://github.com/ParsePlatform/ParseFacebookUtils-iOS/pull/37)
+ by [Nikita Lutsenko](https://github.com/nlutsenko)
+
## [ParseFacebookUtils-V3 1.9.1](https://github.com/ParsePlatform/ParseFacebookUtils-iOS/releases/tag/v3-1.9.1) (11/17/2015)
#### New
diff --git a/ParseFacebookUtils.podspec b/ParseFacebookUtils.podspec
index e64147d..63aec33 100644
--- a/ParseFacebookUtils.podspec
+++ b/ParseFacebookUtils.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ParseFacebookUtils'
- s.version = '1.9.1'
+ s.version = '1.10.0'
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.'
diff --git a/Resources/Info.plist b/Resources/Info.plist
index f210228..a59b935 100644
--- a/Resources/Info.plist
+++ b/Resources/Info.plist
@@ -13,7 +13,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.9.0
+ 1.10.0
CFBundleSignature
????
CFBundleSupportedPlatforms
@@ -22,7 +22,7 @@
iPhoneOS
CFBundleVersion
- 1.9.0
+ 1.10.0
MinimumOSVersion
6.0