diff --git a/ChangeLog.md b/ChangeLog.md
index 79b5eae5..a2ade0e7 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,13 @@ Change Log
==========
+## 1.0.1 (2017-04-03)
+
+### Bug fixes
+
+- Upgrade to version 4.8 of the Swift API Client (fixes compilation issue)
+
+
## 1.0 (2016-12-19)
**First official release!** 🎉 Merry Christmas to everyone! 🎄⛄️🎁
diff --git a/InstantSearch-Core-Offline-Swift.podspec b/InstantSearch-Core-Offline-Swift.podspec
index 2d898e57..4b3968c1 100644
--- a/InstantSearch-Core-Offline-Swift.podspec
+++ b/InstantSearch-Core-Offline-Swift.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ------------
s.name = 'InstantSearch-Core-Offline-Swift'
s.module_name = 'InstantSearchCore'
- s.version = '1.0'
+ s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'Instant Search library for Swift by Algolia'
s.homepage = 'https://github.com/algolia/instantsearch-core-swift'
diff --git a/InstantSearch-Core-Swift.podspec b/InstantSearch-Core-Swift.podspec
index 583bcd26..bb565880 100644
--- a/InstantSearch-Core-Swift.podspec
+++ b/InstantSearch-Core-Swift.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ------------
s.name = 'InstantSearch-Core-Swift'
s.module_name = 'InstantSearchCore'
- s.version = '1.0'
+ s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'Instant Search library for Swift by Algolia'
s.homepage = 'https://github.com/algolia/instantsearch-core-swift'
diff --git a/Sources/Info.plist b/Sources/Info.plist
index d3de8eef..7a845533 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.0
+ 1.0.1
CFBundleSignature
????
CFBundleVersion