We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff8acc commit e3b7b3bCopy full SHA for e3b7b3b
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
-## Unreleased
+## 4.10.2
4
+
5
+### Various fixes & improvements
6
7
+- fix: Prevent deadlock in `Hub.Dispose` (#3539) by @bitsandfoxes
8
+- build(deps): bump github/codeql-action from 3.26.0 to 3.26.2 (#3543) by @dependabot
9
10
## Fixes
11
Directory.Build.props
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
- <VersionPrefix>4.10.1</VersionPrefix>
+ <VersionPrefix>4.10.2</VersionPrefix>
<LangVersion>12</LangVersion>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
0 commit comments