diff --git a/.jazzy.yml b/.jazzy.yml
index d6361fb..7149373 100644
--- a/.jazzy.yml
+++ b/.jazzy.yml
@@ -5,6 +5,6 @@ github_url: https://github.com/carousell/pickle
github_file_prefix: https://github.com/carousell/pickle/blob/master
xcodebuild_arguments: [-project, Example/Pods/Pods.xcodeproj, -scheme, Pickle]
module: Pickle
-module_version: 1.0.0
+module_version: 1.1.0
output: docs/output
theme: fullwidth
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ce778f..af35ef8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Change Log
-## Next Release
+## v1.1.0
* Add a configuration for the photo albums navigation bar shadow color [#9](https://github.com/carousell/pickle/pull/9)
* Fix the photo albums layout after device rotation [#9](https://github.com/carousell/pickle/pull/9)
diff --git a/Example/Pickle/Info.plist b/Example/Pickle/Info.plist
index 549146e..7d307b1 100644
--- a/Example/Pickle/Info.plist
+++ b/Example/Pickle/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0.0
+ 1.1.0
CFBundleSignature
????
CFBundleVersion
diff --git a/Example/Pods/Target Support Files/Pickle/Info.plist b/Example/Pods/Target Support Files/Pickle/Info.plist
index 2243fe6..21a30b4 100644
--- a/Example/Pods/Target Support Files/Pickle/Info.plist
+++ b/Example/Pods/Target Support Files/Pickle/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.0.0
+ 1.1.0
CFBundleSignature
????
CFBundleVersion
diff --git a/Example/UITests/Info.plist b/Example/UITests/Info.plist
index 6c6c23c..81ba60e 100644
--- a/Example/UITests/Info.plist
+++ b/Example/UITests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.0
+ 1.1.0
CFBundleVersion
1
diff --git a/Pickle.podspec b/Pickle.podspec
index 70259d6..2c18949 100644
--- a/Pickle.podspec
+++ b/Pickle.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Pickle'
- s.version = '1.0.0'
+ s.version = '1.1.0'
s.summary = 'Carousell flavoured image picker with multiple photo selections.'
s.homepage = 'https://github.com/carousell/pickle'
s.license = { :type => 'Apache License 2.0', :file => 'LICENSE' }