We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 281069d + d1514d2 commit 4846a56Copy full SHA for 4846a56
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.2.2
2
+
3
+- fix: support UtcOffset as decimal (#70) (2025-04-17)
4
+- docs: add releasing and update contributing (#67) (2025-03-21)
5
+- chore(deps): bump skwas.MockHttp from 4.3.1 to 4.5.0 in /src (#68) (2025-04-01)
6
7
## 1.2.1
8
9
- fix: #64 call to base OnErrorAsync in RaygunErrorBoundary (#65) (2025-01-22)
src/Version.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
- <Version>1.2.1</Version>
- <PackageVersion>1.2.1</PackageVersion>
+ <Version>1.2.2</Version>
+ <PackageVersion>1.2.2</PackageVersion>
</PropertyGroup>
</Project>
0 commit comments