Skip to content

Commit

Permalink
10.19.2 podspec and Changelog (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Jun 17, 2024
1 parent da48cca commit 3b62f15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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 = '10.19.1'
s.version = '10.19.2'
s.summary = 'App Check Core SDK.'

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 @@
# 10.19.2
- [fixed] Addressed possible nil pointer crash. (https://github.com/firebase/firebase-ios-sdk/issues/12365)

# 10.19.1
- [fixed] Added invalid input error handling in App Attest key attestation. (#54)

Expand Down

0 comments on commit 3b62f15

Please sign in to comment.