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 2.15.0 #597

Merged
merged 1 commit into from
Feb 7, 2020
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
2 changes: 1 addition & 1 deletion App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.14.0</string>
<string>2.15.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [2.15.0](https://github.com/auth0/Lock.swift/tree/2.15.0) (2020-02-06)
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.14.0...2.15.0)

**Added**
- Integrated ID Token Validation on WebAuth [SDK-982] [\#596](https://github.com/auth0/Lock.swift/pull/596) ([Widcket](https://github.com/Widcket))

**Fixed**
- Internationalised hardcoded strings [\#595](https://github.com/auth0/Lock.swift/pull/595) ([Widcket](https://github.com/Widcket))
- Made email/domain match case-insensitive [\#594](https://github.com/auth0/Lock.swift/pull/594) ([Widcket](https://github.com/Widcket))

## [2.14.0](https://github.com/auth0/Lock.swift/tree/2.14.0) (2020-01-06)
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.13.2...2.14.0)

Expand Down
2 changes: 1 addition & 1 deletion Lock/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>2.14.0</string>
<string>2.15.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion LockTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.14.0</string>
<string>2.15.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion LockUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.14.0</string>
<string>2.15.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ Need help migrating from v1? Please check our [Migration Guide](MIGRATION.md)
Add the following line to your Podfile:

```ruby
pod "Lock", "~> 2.14"
pod "Lock", "~> 2.15"
```

### Carthage

In your `Cartfile` add

```ruby
github "auth0/Lock.swift" ~> 2.14
github "auth0/Lock.swift" ~> 2.15
```

## Usage
Expand Down