Skip to content

Commit b0c7146

Browse files
committed
Update project settings and CHANGELOG
1 parent 5e2f70d commit b0c7146

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

Diff for: CHANGELOG.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,28 @@ Changelog
44
Version numbering represents the Swift version, plus a running number representing updates, fixes and new features at the same time.
55
You can also refer to commit logs to get details on what was implemented, fixed and improved.
66

7+
### 5.2.0
8+
9+
- Separate setting for `refresh_uri`.
10+
[fotiDim](https://github.com/fotiDim)
11+
[#330](https://github.com/p2/OAuth2/pull/330)
12+
- Add Mac Catalyst support.
13+
[telipskiy](https://github.com/telipskiy)
14+
[#328](https://github.com/p2/OAuth2/pull/328)
15+
- Add PKCE support.
16+
[larrybrunet](https://github.com/larrybrunet)
17+
[#324](https://github.com/p2/OAuth2/pull/324)
18+
719
### 5.1.0
820

921
- Update Swift package configuration for use with XCode 11.
1022

1123
### 5.0.0
1224

13-
- Swift 5.0 support.
14-
- Add support for Authentication Session.
25+
- Swift 5.0 support.
26+
[drdavec](https://github.com/drdavec)
27+
[#313](https://github.com/p2/OAuth2/pull/313)
28+
- Add support for Authentication Session.
1529
[blork](https://github.com/blork)
1630
[#305](https://github.com/p2/OAuth2/pull/305)
1731

Diff for: CONTRIBUTORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Contributors
44
Contributors to the codebase, in reverse chronological order:
55

66
- Foti Dim, @fotidim
7+
- Denis, @telipskiy
78
- Larry Brunet, @larrybrunet
89
- Dave Carlson, @drdavec
910
- Sam Oakley, @blork

Diff for: OAuth2.xcodeproj/project.pbxproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@
584584
};
585585
EEDB8623193FAAE500C4EEA1 = {
586586
CreatedOnToolsVersion = 6.0;
587+
LastSwiftMigration = 1130;
587588
};
588589
EEE209461942772800736F1A = {
589590
CreatedOnToolsVersion = 6.0;
@@ -1007,7 +1008,7 @@
10071008
PRODUCT_NAME = OAuth2;
10081009
SKIP_INSTALL = YES;
10091010
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1010-
SWIFT_VERSION = 4.2;
1011+
SWIFT_VERSION = 5.0;
10111012
};
10121013
name = Debug;
10131014
};
@@ -1029,7 +1030,7 @@
10291030
PRODUCT_NAME = OAuth2;
10301031
SKIP_INSTALL = YES;
10311032
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1032-
SWIFT_VERSION = 4.2;
1033+
SWIFT_VERSION = 5.0;
10331034
};
10341035
name = Release;
10351036
};

0 commit comments

Comments
 (0)