Skip to content

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cocojoe committed Sep 18, 2018
1 parent daa0210 commit 0f92548
Show file tree
Hide file tree
Showing 6 changed files with 21 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.6.0</string>
<string>2.7.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [2.7.0](https://github.com/auth0/Lock.swift/tree/2.7.0) (2018-09-18)
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.6.0...2.7.0)

**Added**
- Added Password Complexity Support in Password Policies [\#513](https://github.com/auth0/Lock.swift/pull/513) ([cocojoe](https://github.com/cocojoe))

**Changed**
- Ensure Xcode10 Auth0.swift dependency used [\#516](https://github.com/auth0/Lock.swift/pull/516) ([cocojoe](https://github.com/cocojoe))

**Deprecated**
- Deprecated static vars in password policy in favour of funcs [\#514](https://github.com/auth0/Lock.swift/pull/514) ([cocojoe](https://github.com/cocojoe))

**Fixed**
- Xcode 10 Update [\#515](https://github.com/auth0/Lock.swift/pull/515) ([cocojoe](https://github.com/cocojoe))

## [2.6.0](https://github.com/auth0/Lock.swift/tree/2.6.0) (2018-06-12)
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.5.1...2.6.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.6.0</string>
<string>2.7.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.6.0</string>
<string>2.7.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.6.0</string>
<string>2.7.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.6"
pod "Lock", "~> 2.7"
```

### Carthage

In your `Cartfile` add

```ruby
github "auth0/Lock.swift" ~> 2.6
github "auth0/Lock.swift" ~> 2.7
```

## Usage
Expand Down

0 comments on commit 0f92548

Please sign in to comment.