diff --git a/App/Info.plist b/App/Info.plist
index f0b66bff..9dd28efc 100644
--- a/App/Info.plist
+++ b/App/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.33.1
+ 1.34.0
CFBundleSignature
????
CFBundleURLTypes
diff --git a/Auth0/Info-tvOS.plist b/Auth0/Info-tvOS.plist
index 2a63ba54..a955f927 100644
--- a/Auth0/Info-tvOS.plist
+++ b/Auth0/Info-tvOS.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.33.1
+ 1.34.0
CFBundleSignature
????
CFBundleVersion
diff --git a/Auth0/Info.plist b/Auth0/Info.plist
index 2cc1f0ee..7e52b029 100644
--- a/Auth0/Info.plist
+++ b/Auth0/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.33.1
+ 1.34.0
CFBundleSignature
????
CFBundleVersion
diff --git a/Auth0Tests/Info.plist b/Auth0Tests/Info.plist
index 400916f5..34fcdcf7 100644
--- a/Auth0Tests/Info.plist
+++ b/Auth0Tests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.33.1
+ 1.34.0
CFBundleSignature
????
CFBundleVersion
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a3996aa..ba9d5b26 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log
+## [1.34.0](https://github.com/auth0/Auth0.swift/tree/1.34.0) (2021-07-05)
+[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.33.1...1.34.0)
+
+**Added**
+- Add `user` property to CredentialsManager [SDK-2633] [\#482](https://github.com/auth0/Auth0.swift/pull/482) ([Widcket](https://github.com/Widcket))
+
## [1.33.1](https://github.com/auth0/Auth0.swift/tree/1.33.1) (2021-06-07)
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.33.0...1.33.1)
diff --git a/OAuth2Mac/Info.plist b/OAuth2Mac/Info.plist
index 9b0d2d05..a8136f43 100644
--- a/OAuth2Mac/Info.plist
+++ b/OAuth2Mac/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.33.1
+ 1.34.0
CFBundleURLTypes
diff --git a/OAuth2TV/Info.plist b/OAuth2TV/Info.plist
index 30bd08e7..b437a1c5 100644
--- a/OAuth2TV/Info.plist
+++ b/OAuth2TV/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.33.1
+ 1.34.0
CFBundleVersion
1
LSRequiresIPhoneOS
diff --git a/README.md b/README.md
index 013de21e..f5618b05 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Swift toolkit that lets you communicate efficiently with many of the [Auth0 API]
If you are using [Cocoapods](https://cocoapods.org), add this line to your `Podfile`:
```ruby
-pod 'Auth0', '~> 1.33'
+pod 'Auth0', '~> 1.34'
```
Then run `pod install`.
@@ -50,7 +50,7 @@ Then run `pod install`.
If you are using [Carthage](https://github.com/Carthage/Carthage), add the following line to your `Cartfile`:
```ruby
-github "auth0/Auth0.swift" ~> 1.33
+github "auth0/Auth0.swift" ~> 1.34
```
Then run `carthage bootstrap`.