Skip to content

Commit 01d5637

Browse files
authored
Merge pull request #33 from firebase/hkj-release-121
Bumped version to 1.2.1
2 parents 4f7020b + f310733 commit 01d5637

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
-
4+
5+
# v1.2.1
6+
37
- [fixed] The `VerifyIdTokenAsync()` function now tolerates a clock skew of up
48
to 5 minutes when comparing JWT timestamps.
59

FirebaseAdmin/FirebaseAdmin/FirebaseAdmin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.2.0</Version>
4+
<Version>1.2.1</Version>
55
<TargetFrameworks>netstandard1.5;net45</TargetFrameworks>
66
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.5</TargetFrameworks>
77
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)