Skip to content

Commit

Permalink
Prepare for 1.7.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brnnmrls committed Nov 20, 2024
1 parent b856e4b commit c7e6abc
Show file tree
Hide file tree
Showing 2 changed files with 5 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.5"
s.version = "1.7.6"
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.7.6
- Fix OIDExternalUserAgentIOSCustomBrowser on versions iOS 10+ ([#871](https://github.com/openid/AppAuth-iOS/pull/871))
- Update runner to macos-12 for spb-build-test ([#879](https://github.com/openid/AppAuth-iOS/pull/879))

# 1.7.5
- Use correct xcconfig syntax for podspec ([#851](https://github.com/openid/AppAuth-iOS/pull/851))

Expand Down

0 comments on commit c7e6abc

Please sign in to comment.