Skip to content

Commit

Permalink
Prep patch release fixing errors in privacy reports (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmathias committed Mar 11, 2024
1 parent 97b1903 commit 269c905
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AppAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "AppAuth"
s.version = "1.7.1"
s.version = "1.7.2"
s.summary = "AppAuth for iOS and macOS is a client SDK for communicating with OAuth 2.0 and OpenID Connect providers."

s.description = <<-DESC
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.7.2
- Streamline copying of privacy manifest ([#830](https://github.com/openid/AppAuth-iOS/pull/830))

# 1.7.1
- Add back missing method to OIDAuthorizationResponse ([#825](https://github.com/openid/AppAuth-iOS/pull/825))
- Fix OIDTokenRequest for AppAuthCore and AppAuthTV ([#826](https://github.com/openid/AppAuth-iOS/pull/826))
Expand Down

0 comments on commit 269c905

Please sign in to comment.