diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c9cc1e..bb405ca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,9 @@ Version numbering represents the Swift version, plus a running number representi You can also refer to commit logs to get details on what was implemented, fixed and improved. -### x.x.x +### 2.2.9 +- Allow to add custom authentication headers (thanks @SpectralDragon) - Fix: add `client_id` to password grant even if there is no secret (thanks Criss!) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index fa899e6e..7e561539 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -3,6 +3,7 @@ Contributors Contributors to the codebase, in reverse chronological order: +Vladislav Prusakov, @SpectralDragon Andrew Schenk, @andrewschenk Thomas Einwaller, @tompson David Kraus, @davidkraus @@ -13,5 +14,3 @@ Glenn Schmidt, @glennschmidt Tomohiro Kumagai, @ez-net Tim Sneed, @trsneed Vojto Rinik, @vojto -Vladislav Prusakov, @SpectralDragon - diff --git a/Info.plist b/Info.plist index e630969d..ba9d5356 100644 --- a/Info.plist +++ b/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.2.8 + 2.2.9 CFBundleSignature ???? CFBundleVersion diff --git a/generate-docs.sh b/generate-docs.sh index b2b2c1f3..0ff1e83c 100755 --- a/generate-docs.sh +++ b/generate-docs.sh @@ -7,7 +7,7 @@ jazzy \ -m "OAuth2" \ -a "Pascal Pfiffner" \ -o "docs" \ - --module-version "2.2.8" + --module-version "2.2.9" mkdir docs/assets 2>/dev/null cp assets/* docs/assets/ diff --git a/p2.OAuth2.podspec b/p2.OAuth2.podspec index 40e5903d..f2341c17 100644 --- a/p2.OAuth2.podspec +++ b/p2.OAuth2.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.name = "p2.OAuth2" - s.version = "2.2.8" + s.version = "2.2.9" s.summary = "OAuth2 framework for OS X, iOS and tvOS, written in Swift." s.description = <<-DESC OAuth2 frameworks for OS X, iOS and tvOS written in Swift.