diff --git a/CHANGELOG.md b/CHANGELOG.md
index 259c530..87a36a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log
+## [0.11.1](https://github.com/auth0/SimpleKeychain/tree/0.11.1) (2020-03-26)
+[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.11.0...0.11.1)
+
+**Fixed**
+- Disabled LAContext attribute in simulator [SDK-1476] [\#91](https://github.com/auth0/SimpleKeychain/pull/91) ([Widcket](https://github.com/Widcket))
+
## [0.11.0](https://github.com/auth0/SimpleKeychain/tree/0.11.0) (2020-02-27)
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.10.0...0.11.0)
diff --git a/SimpleKeychain/Info.plist b/SimpleKeychain/Info.plist
index 03d5355..21f24d9 100644
--- a/SimpleKeychain/Info.plist
+++ b/SimpleKeychain/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.11.0
+ 0.11.1
CFBundleSignature
????
CFBundleVersion
diff --git a/SimpleKeychainApp/Info.plist b/SimpleKeychainApp/Info.plist
index b906367..e952aae 100644
--- a/SimpleKeychainApp/Info.plist
+++ b/SimpleKeychainApp/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.11.0
+ 0.11.1
CFBundleSignature
????
CFBundleVersion
diff --git a/SimpleKeychainTests/Info.plist b/SimpleKeychainTests/Info.plist
index bad4072..12dfb7a 100644
--- a/SimpleKeychainTests/Info.plist
+++ b/SimpleKeychainTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 0.11.0
+ 0.11.1
CFBundleSignature
????
CFBundleVersion
diff --git a/tvOSTestHost/Info.plist b/tvOSTestHost/Info.plist
index 1eef933..e592cb9 100644
--- a/tvOSTestHost/Info.plist
+++ b/tvOSTestHost/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 0.11.0
+ 0.11.1
CFBundleVersion
1
LSRequiresIPhoneOS