Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Mar 13, 2017
1 parent 4ec8fdc commit 154ae5f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 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.0.0</string>
<string>2.1.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.1.0](https://github.com/auth0/Lock.swift/tree/2.1.0) (2017-03-13)
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.0.0...2.1.0)

**Added**
- Added Connection Scope support for OAuth2 connections [\#386](https://github.com/auth0/Lock.swift/pull/386) ([cocojoe](https://github.com/cocojoe))
- Native authentication handler support [\#377](https://github.com/auth0/Lock.swift/pull/377) ([cocojoe](https://github.com/cocojoe))

**Changed**
- Update evernote color to match branding [\#411](https://github.com/auth0/Lock.swift/pull/411) ([hzalaz](https://github.com/hzalaz))

## [2.0.0](https://github.com/auth0/Lock.swift/tree/2.0.0) (2017-02-16)
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.0.0-rc.2...2.0.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.0.0</string>
<string>2.1.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.0.0</string>
<string>2.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Need help migrating from v1? Please check our [Migration Guide](MIGRATION.md)
Add the following line to your Podfile:

```ruby
pod "Lock", "~> 2.0.0"
pod "Lock", "~> 2.1.0"
```

### Carthage
Expand Down

0 comments on commit 154ae5f

Please sign in to comment.