Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.0-beta.0 #219

Merged
merged 1 commit into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion SimpleKeychain.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion SimpleKeychain/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.2.0-beta.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
9 changes: 9 additions & 0 deletions docs/css/523.e9a069b0.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/css/675.40c3bcb2.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions docs/css/chunk-384ef189.7ede1ea3.css

This file was deleted.

9 changes: 0 additions & 9 deletions docs/css/documentation-topic.29351f99.css

This file was deleted.

9 changes: 9 additions & 0 deletions docs/css/documentation-topic.b186e79f.css

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions docs/css/documentation-topic~topic.fccbd76c.css

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions docs/css/index.d5b499b0.css

This file was deleted.

9 changes: 9 additions & 0 deletions docs/css/index.ff036a9e.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/css/topic.672a9049.css

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions docs/css/topic.726a35dc.css

This file was deleted.

9 changes: 0 additions & 9 deletions docs/css/tutorials-overview.2a582c39.css

This file was deleted.

9 changes: 9 additions & 0 deletions docs/css/tutorials-overview.6eb589ed.css

Large diffs are not rendered by default.

Loading
Loading