diff --git a/App/Info.plist b/App/Info.plist
index 6c51e0b96..aad8c884c 100644
--- a/App/Info.plist
+++ b/App/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.10.1
+ 2.11.0
CFBundleSignature
????
CFBundleURLTypes
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 438eb2d40..55a1baaab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Change Log
+## [2.11.0](https://github.com/auth0/Lock.swift/tree/2.11.0) (2019-07-26)
+[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.10.1...2.11.0)
+
+**Added**
+- Expanded username validation characters [\#560](https://github.com/auth0/Lock.swift/pull/560) ([cocojoe](https://github.com/cocojoe))
+- Added support for rootAttributes [\#557](https://github.com/auth0/Lock.swift/pull/557) ([cocojoe](https://github.com/cocojoe))
+
+**Changed**
+- Updated Password Reset messaging [\#554](https://github.com/auth0/Lock.swift/pull/554) ([dms90](https://github.com/dms90))
+
+**Fixed**
+- Fixed use default .fullScreen modalPresentationStyle [\#559](https://github.com/auth0/Lock.swift/pull/559) ([cocojoe](https://github.com/cocojoe))
+- Fix secondary button color after switching tabs [\#555](https://github.com/auth0/Lock.swift/pull/555) ([mariancerny](https://github.com/mariancerny))
+
## [2.10.1](https://github.com/auth0/Lock.swift/tree/2.10.1) (2019-05-07)
From this release on, the option to display social connections in small styled buttons is no longer available due to branding compliance reasons. All the social connections will now be displayed as large styled buttons.
diff --git a/Lock/Info.plist b/Lock/Info.plist
index 0a65d8851..dba8aaf65 100644
--- a/Lock/Info.plist
+++ b/Lock/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.10.1
+ 2.11.0
CFBundleSignature
????
CFBundleVersion
diff --git a/LockTests/Info.plist b/LockTests/Info.plist
index 0a1dfade7..052e2af6c 100644
--- a/LockTests/Info.plist
+++ b/LockTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 2.10.1
+ 2.11.0
CFBundleSignature
????
CFBundleVersion
diff --git a/LockUITests/Info.plist b/LockUITests/Info.plist
index 8a22c926f..85f7c01d7 100644
--- a/LockUITests/Info.plist
+++ b/LockUITests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 2.10.1
+ 2.11.0
CFBundleVersion
1
diff --git a/README.md b/README.md
index f2b3a4257..032b86bcb 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Need help migrating from v1? Please check our [Migration Guide](MIGRATION.md)
Add the following line to your Podfile:
```ruby
- pod "Lock", "~> 2.10"
+ pod "Lock", "~> 2.11"
```
### Carthage
@@ -39,7 +39,7 @@ Need help migrating from v1? Please check our [Migration Guide](MIGRATION.md)
In your `Cartfile` add
```ruby
-github "auth0/Lock.swift" ~> 2.10
+github "auth0/Lock.swift" ~> 2.11
```
## Usage