Skip to content

Commit

Permalink
Release 2.4.0 (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocojoe authored Sep 20, 2017
1 parent 16e7623 commit c60bdb6
Show file tree
Hide file tree
Showing 6 changed files with 20 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.3.1</string>
<string>2.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [2.4.0](https://github.com/auth0/Lock.swift/tree/2.4.0) (2017-09-20)
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.3.1...2.4.0)

**Changed**
- Disabled Code coverage Xcode 9 [\#467](https://github.com/auth0/Lock.swift/pull/467) ([cocojoe](https://github.com/cocojoe))
- Update Nimble lib and test code (Fixes tests in Xcode 9) [\#464](https://github.com/auth0/Lock.swift/pull/464) ([cocojoe](https://github.com/cocojoe))

**Fixed**
- Fix self retain cycle in DatabaseView [\#463](https://github.com/auth0/Lock.swift/pull/463) ([cocojoe](https://github.com/cocojoe))
- Fix - Custom field validation on form submission [\#462](https://github.com/auth0/Lock.swift/pull/462) ([cocojoe](https://github.com/cocojoe))
- Fix text replacement on return [\#460](https://github.com/auth0/Lock.swift/pull/460) ([cocojoe](https://github.com/cocojoe))
- Fixed Signup Bugs [\#455](https://github.com/auth0/Lock.swift/pull/455) ([cocojoe](https://github.com/cocojoe))
- Fix SSO in Database with allow option [\#450](https://github.com/auth0/Lock.swift/pull/450) ([cocojoe](https://github.com/cocojoe))

## [2.3.1](https://github.com/auth0/Lock.swift/tree/2.3.1) (2017-07-11)
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.3.0...2.3.1)

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.3.1</string>
<string>2.4.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.3.1</string>
<string>2.4.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.3.1</string>
<string>2.4.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.3"
pod "Lock", "~> 2.4"
```

### Carthage

In your `Cartfile` add

```ruby
github "auth0/Lock.swift" ~> 2.3
github "auth0/Lock.swift" ~> 2.4
```

## Usage
Expand Down

0 comments on commit c60bdb6

Please sign in to comment.