Skip to content

Commit

Permalink
Add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Oct 19, 2023
1 parent 0e14f36 commit afd2efd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FirebaseAppCheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 10.17.0
- [fixed] Replaced semantic imports (`@import FirebaseAppCheckInterop`) with umbrella header imports
(`#import <FirebaseAppCheckInterop/FirebaseAppCheckInterop.h>`) for ObjC++ compatibility (#11916).
(`#import <FirebaseAppCheckInterop/FirebaseAppCheckInterop.h>`) for ObjC++ compatibility. (#11916)
- [fixed] Prevented App Attest key migration during setup or restoration of a device from a backup. (#11962)

# 10.9.0
- [feature] Added `limitedUseToken(completion:)` for obtaining limited-use tokens for
Expand Down

0 comments on commit afd2efd

Please sign in to comment.