diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c34b639..40152599 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 5.1.1
+###### Release Date: 20-07-2018
+
+### Bug fixes
+* Fixed a bug that was causing a Messenger App sheet to open in Safari.
+* Updated the sheet progress view colour. 🤓
+
## 5.1.0
###### Release Date: 19-07-2018
diff --git a/Intercom.framework.dSYM/Contents/Info.plist b/Intercom.framework.dSYM/Contents/Info.plist
index 9d66dfee..aa157071 100644
--- a/Intercom.framework.dSYM/Contents/Info.plist
+++ b/Intercom.framework.dSYM/Contents/Info.plist
@@ -13,8 +13,8 @@
CFBundleSignature
????
CFBundleShortVersionString
- 5.1.0
+ 5.1.1
CFBundleVersion
- 5.1.0
+ 5.1.1
diff --git a/Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom b/Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom
index 21bf2cff..3d685935 100644
Binary files a/Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom and b/Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom differ
diff --git a/Intercom.framework/Info.plist b/Intercom.framework/Info.plist
index 3510a7d5..9c67b827 100644
Binary files a/Intercom.framework/Info.plist and b/Intercom.framework/Info.plist differ
diff --git a/Intercom.framework/Intercom b/Intercom.framework/Intercom
index bc26793c..78736789 100755
Binary files a/Intercom.framework/Intercom and b/Intercom.framework/Intercom differ
diff --git a/Intercom.podspec b/Intercom.podspec
index 8fd8eca5..14595b94 100755
--- a/Intercom.podspec
+++ b/Intercom.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Intercom'
- s.version = '5.1.0'
+ s.version = '5.1.1'
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
s.license = { :type => "Apache 2.0", :file => "Intercom/LICENSE" }
s.authors = {"Brian Boyle"=>"brian.boyle@intercom.io", "Dale Cantwell"=>"dale@intercom.io", "Michael Isaakidis"=>"michael.isaakidis@intercom.io"}