diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6df68bb..59abf7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## [1.3.0](https://github.com/auth0/Guardian.swift/tree/1.3.0) (2024-03-15)
+[Full Changelog](https://github.com/auth0/Guardian.swift/compare/1.2.0...1.3.0)
+
+**Changed**
+- Add support for Xcode 15
+- Add telemetry to track usage
+
## [1.2.0](https://github.com/auth0/Guardian.swift/tree/1.2.0) (2023-10-31)
[Full Changelog](https://github.com/auth0/Guardian.swift/compare/1.1.0...1.2.0)
diff --git a/Guardian/Info.plist b/Guardian/Info.plist
index 331a2da..9f4a4aa 100644
--- a/Guardian/Info.plist
+++ b/Guardian/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.2.0
+ 1.3.0
CFBundleSignature
????
CFBundleVersion
diff --git a/GuardianApp/Info.plist b/GuardianApp/Info.plist
index 01d6a9a..039cd00 100644
--- a/GuardianApp/Info.plist
+++ b/GuardianApp/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.2.0
+ 1.3.0
CFBundleSignature
????
CFBundleVersion
diff --git a/GuardianTests/Info.plist b/GuardianTests/Info.plist
index 631d44c..3fee538 100644
--- a/GuardianTests/Info.plist
+++ b/GuardianTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.2.0
+ 1.3.0
CFBundleSignature
????
CFBundleVersion
diff --git a/README.md b/README.md
index 5d4aa9b..a51b016 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Guardian.swift is available through [CocoaPods](http://cocoapods.org).
To install it, simply add the following line to your Podfile:
```ruby
-pod 'Guardian', '~> 1.2.0'
+pod 'Guardian', '~> 1.3.0'
```
#### Carthage
@@ -44,7 +44,7 @@ pod 'Guardian', '~> 1.2.0'
In your Cartfile add this line
```
-github "auth0/Guardian.swift" ~> 1.2.0
+github "auth0/Guardian.swift" ~> 1.3.0
```
## Usage