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 11, 2023
1 parent 1ce7a53 commit 9a28408
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FirebaseAppCheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 10.17.0
- [changed] Replaced semantic imports (`@import FirebaseAppCheckInterop`) with umbrella header imports
(`#import <FirebaseAppCheckInterop/FirebaseAppCheckInterop.h>`) for ObjC++ compatibility (#11860).

# 10.9.0
- [feature] Added `limitedUseToken(completion:)` for obtaining limited-use tokens for
protecting non-Firebase backends. (#11086)
Expand Down

0 comments on commit 9a28408

Please sign in to comment.