Prepare release v0.10.0

v0.10 v0.10.0
Martin Dosch 1 month ago
parent bd56592435
commit 126890ca22
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -1,12 +1,12 @@
# Changelog
## UNRELEASED
## [v0.10.0] 2024-04-13
### Changed
- Fixed a race condition in receiving stanzas (requires go-xmpp >= v0.1.5).
### Added
- Add support for SASL2 and BIND2 (via go-xmpp > v0.1.5).
- Add support for FAST authentication (via go-xmpp > v0.1.5).
- Add support for SASL2 and BIND2 (via go-xmpp >= v0.2.0).
- Add support for FAST authentication (via go-xmpp >= v0.2.0).
- Add a warning when run by the user *root*.
## [v0.9.0] 2024-03-28

@ -5,7 +5,7 @@
package main
const (
version = "0.9.1-dev"
version = "0.10.0"
// defaults
defaultBufferSize = 100
defaultConfigRowSep = 2

Loading…
Cancel
Save