Skip to content

Commit

Permalink
Release 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cocojoe committed Apr 25, 2019
1 parent fedc68d commit c574eb1
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
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.9.0</string>
<string>2.10.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.10.0](https://github.com/auth0/Lock.swift/tree/2.10.0) (2019-04-25)
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.9.0...2.10.0)

**Added**
- Added Swift 5 / Xcode 10.2 support [\#545](https://github.com/auth0/Lock.swift/pull/545) ([cocojoe](https://github.com/cocojoe))
- UITextContentType support in InputField [\#542](https://github.com/auth0/Lock.swift/pull/542) ([ejensen](https://github.com/ejensen))

**Changed**
- Facebook compliance logo update [\#546](https://github.com/auth0/Lock.swift/pull/546) ([cocojoe](https://github.com/cocojoe))

## [2.9.0](https://github.com/auth0/Lock.swift/tree/2.9.0) (2018-12-12)
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.8.0...2.9.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.9.0</string>
<string>2.10.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.9.0</string>
<string>2.10.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.9.0</string>
<string>2.10.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.9"
pod "Lock", "~> 2.10"
```

### Carthage

In your `Cartfile` add

```ruby
github "auth0/Lock.swift" ~> 2.9
github "auth0/Lock.swift" ~> 2.10
```

## Usage
Expand Down

0 comments on commit c574eb1

Please sign in to comment.