diff --git a/CHANGELOG.md b/CHANGELOG.md index effb0d13..4a4e2c9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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. +### 3.0.1 + +- Add Azure flow (thanks @everlof) +- Add `keychain_account_*` settings (thanks @aidzz) +- Workaround for Safari issue (thanks @everlof) + + ### 3.0.0 - Rewrite in Swift 3 diff --git a/Info.plist b/Info.plist index 1d9dbbe0..11061937 100644 --- a/Info.plist +++ b/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/generate-docs.sh b/generate-docs.sh index e0314b6a..779010b1 100755 --- a/generate-docs.sh +++ b/generate-docs.sh @@ -6,7 +6,7 @@ jazzy \ -o "docs" \ --min-acl "internal" \ - --module-version "3.0.0" + --module-version "3.0.1" mkdir docs/assets 2>/dev/null cp assets/* docs/assets/ diff --git a/p2.OAuth2.podspec b/p2.OAuth2.podspec index 45138aff..7c36172e 100644 --- a/p2.OAuth2.podspec +++ b/p2.OAuth2.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.name = "p2.OAuth2" - s.version = "3.0.0" + s.version = "3.0.1" s.summary = "OAuth2 framework for macOS, iOS and tvOS, written in Swift." s.description = <<-DESC OAuth2 frameworks for macOS, iOS and tvOS written in Swift.