diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8c6ccad..125e3f8c 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Intercom
+## 3.1.4 (2017-04-05)
+
+### Bug Fixes
+
+* Fixed an issue where layout could be broken for apps displayed in a right to left mode.
+
## 3.1.3 (2017-03-29)
### Bug Fixes
diff --git a/Intercom.framework.dSYM/Contents/Info.plist b/Intercom.framework.dSYM/Contents/Info.plist
index a496dcc3..8bdc4d5c 100644
--- a/Intercom.framework.dSYM/Contents/Info.plist
+++ b/Intercom.framework.dSYM/Contents/Info.plist
@@ -13,7 +13,7 @@
CFBundleSignature
????
CFBundleShortVersionString
- 3.1.3
+ 3.1.4
CFBundleVersion
1
diff --git a/Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom b/Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom
index 2912eb9d..e8ebe40e 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 5581c2a8..794af19f 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 0f717ab4..801a7509 100755
Binary files a/Intercom.framework/Intercom and b/Intercom.framework/Intercom differ
diff --git a/Intercom.podspec b/Intercom.podspec
index f6ee4367..1c409409 100755
--- a/Intercom.podspec
+++ b/Intercom.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Intercom'
- s.version = '3.1.3'
+ s.version = '3.1.4'
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
s.license = { :type => "Apache 2.0", :file => "Intercom/LICENSE" }
s.authors = {"Adam McCarthy"=>"adam@intercom.io", "Brian Boyle"=>"brian.boyle@intercom.io", "Conor O’Donnell"=>"conor.odonnell@intercom.io", "James Treanor"=>"james@intercom.io"}