Skip to content

Commit

Permalink
Prepare for 1.5.0 release (#692)
Browse files Browse the repository at this point in the history
* Bump podspec version for 1.5.0 release.

* Update changelog for 1.5.0 release.
  • Loading branch information
petea authored Mar 18, 2022
1 parent 6f48321 commit 33660c2
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.4.0"
s.version = "1.5.0"
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,5 +1,9 @@
# AppAuth for iOS and macOS Changelog

## 1.5.0
- Improved tvOS support. ([#111](https://github.com/openid/AppAuth-iOS/issues/111))
- ASWebAuthencationSession on macOS. ([#675](https://github.com/openid/AppAuth-iOS/pull/675))

## 1.4.0

### Added
Expand Down

0 comments on commit 33660c2

Please sign in to comment.