Skip to content

Commit e3b7b3b

Browse files
committed
release: 4.10.2
1 parent 5ff8acc commit e3b7b3b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3-
## Unreleased
3+
## 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
49

510
## Fixes
611

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>4.10.1</VersionPrefix>
4+
<VersionPrefix>4.10.2</VersionPrefix>
55
<LangVersion>12</LangVersion>
66
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)