diff --git a/CHANGELOG.md b/CHANGELOG.md
index d36b9fc..b40bf90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Change Log
+## [1.2.0-beta.0](https://github.com/auth0/SimpleKeychain/tree/1.2.0-beta.0) (2024-07-02)
+[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/1.1.0...1.2.0-beta.0)
+
+**Added**
+- feat: added support for visionOS platform [\#215](https://github.com/auth0/SimpleKeychain/pull/215) ([desusai7](https://github.com/desusai7))
+- Add GitHub Actions workflow [SDK-4458] [\#186](https://github.com/auth0/SimpleKeychain/pull/186) ([Widcket](https://github.com/Widcket))
+
+**Changed**
+- Remove CircleCI config and related Fastlane lanes [SDK-4458] [\#187](https://github.com/auth0/SimpleKeychain/pull/187) ([Widcket](https://github.com/Widcket))
+
+**Fixed**
+- test: migrated from Quick & Nimble to use XCTest to remove dependency on third party packages [\#213](https://github.com/auth0/SimpleKeychain/pull/213) ([desusai7](https://github.com/desusai7))
+- Improve GH Actions workflows [\#192](https://github.com/auth0/SimpleKeychain/pull/192) ([Widcket](https://github.com/Widcket))
+- Reduce permissions of GH actions and limit its triggers [\#189](https://github.com/auth0/SimpleKeychain/pull/189) ([Widcket](https://github.com/Widcket))
+
## [1.1.0](https://github.com/auth0/SimpleKeychain/tree/1.1.0) (2023-06-14)
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/1.0.1...1.1.0)
diff --git a/Gemfile.lock b/Gemfile.lock
index 64cec10..e304218 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -23,7 +23,7 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
- aws-partitions (1.949.0)
+ aws-partitions (1.950.0)
aws-sdk-core (3.200.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
diff --git a/SimpleKeychain.podspec b/SimpleKeychain.podspec
index b34c214..be7781a 100644
--- a/SimpleKeychain.podspec
+++ b/SimpleKeychain.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SimpleKeychain'
- s.version = '1.1.0'
+ s.version = '1.2.0-beta.0'
s.summary = 'A simple Keychain wrapper for iOS, macOS, tvOS, and watchOS'
s.description = <<-DESC
Easily store your user's credentials in the Keychain.
diff --git a/SimpleKeychain/Info.plist b/SimpleKeychain/Info.plist
index 09bc972..f3332d1 100644
--- a/SimpleKeychain/Info.plist
+++ b/SimpleKeychain/Info.plist
@@ -15,7 +15,7 @@