Skip to content

Commit ac59f6a

Browse files
committed
Bump version to 2.2.9
1 parent 10d32a4 commit ac59f6a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ Version numbering represents the Swift version, plus a running number representi
55
You can also refer to commit logs to get details on what was implemented, fixed and improved.
66

77

8-
### x.x.x
8+
### 2.2.9
99

10+
- Allow to add custom authentication headers (thanks @SpectralDragon)
1011
- Fix: add `client_id` to password grant even if there is no secret (thanks Criss!)
1112

1213

CONTRIBUTORS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Contributors
33

44
Contributors to the codebase, in reverse chronological order:
55

6+
Vladislav Prusakov, @SpectralDragon
67
Andrew Schenk, @andrewschenk
78
Thomas Einwaller, @tompson
89
David Kraus, @davidkraus
@@ -13,5 +14,3 @@ Glenn Schmidt, @glennschmidt
1314
Tomohiro Kumagai, @ez-net
1415
Tim Sneed, @trsneed
1516
Vojto Rinik, @vojto
16-
Vladislav Prusakov, @SpectralDragon
17-

Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.2.8</string>
18+
<string>2.2.9</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

generate-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jazzy \
77
-m "OAuth2" \
88
-a "Pascal Pfiffner" \
99
-o "docs" \
10-
--module-version "2.2.8"
10+
--module-version "2.2.9"
1111

1212
mkdir docs/assets 2>/dev/null
1313
cp assets/* docs/assets/

p2.OAuth2.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99
s.name = "p2.OAuth2"
10-
s.version = "2.2.8"
10+
s.version = "2.2.9"
1111
s.summary = "OAuth2 framework for OS X, iOS and tvOS, written in Swift."
1212
s.description = <<-DESC
1313
OAuth2 frameworks for OS X, iOS and tvOS written in Swift.

0 commit comments

Comments
 (0)