Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AppCheckCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AppCheckCore'
s.version = '11.3.1'
s.version = '11.3.2'
s.summary = 'App Check Core SDK.'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 11.3.2
- [fixed] Fixed an issue where the time-to-live (TTL) for a cached token was calculated from the
moment the token response was processed locally, rather than when the request was initiated,
which could lead to artificially extended token lifetimes during app suspension.
Expand Down
Loading