Skip to content

Commit 56e0ccf

Browse files
authored
Prepare for 5.0.0 release. (#264)
1 parent fac9f3f commit 56e0ccf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 5.0.0
2+
- Update keychain default on Mac to be data protected ([#259](https://github.com/google/GTMAppAuth/pull/259))
3+
- Update AppAuth dependency to 2.0.0 ([#262](https://github.com/google/GTMAppAuth/pull/262))
4+
- Fix Swift 6 mode `@Sendable` closure warning ([#263](https://github.com/google/GTMAppAuth/pull/263))
5+
16
# 4.1.1
27
- Fix PrivacyInfo bundling issues ([#241](https://github.com/google/GTMAppAuth/pull/241))
38

GTMAppAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'GTMAppAuth'
4-
s.version = '4.1.1'
4+
s.version = '5.0.0'
55
s.swift_version = '4.0'
66
s.summary = 'Authorize GTM Session Fetcher requests with AppAuth via GTMAppAuth'
77

0 commit comments

Comments
 (0)