Skip to content

Commit 10cb2ad

Browse files
release v9.0.0
1 parent 8703d1a commit 10cb2ad

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi
66

77
## Unreleased
88

9-
- [BREAKING CHANGE] Support for broadcast packages (contributed by [@dnatov](https://github.com/dnatov))
9+
## [9.0.0] - 2023-10-19
1010

1111
### :zap: Added
1212

1313
- [BREAKING CHANGE] Support for specifying UDP datagram encoding (contributed by [@pedoc](https://github.com/pedoc))
14+
- [BREAKING CHANGE] Support for broadcast packages (contributed by [@dnatov](https://github.com/dnatov))
1415

1516
## [8.0.1] - 2022-11-20
1617

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<VersionPrefix>9.0.0</VersionPrefix>
5-
<VersionSuffix>beta.2</VersionSuffix>
5+
<VersionSuffix></VersionSuffix>
66
<!--
77
Only increment the assembly version on major version changes to help users reduce binding
88
redirects, and how often they're updated. For more information, please read

0 commit comments

Comments
 (0)