Prepare release v0.8.4.

v0.8 v0.8.4
Martin Dosch 2 months ago
parent 38726460d5
commit c9e2f54a50
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -1,6 +1,6 @@
# Changelog
## UNRELEASED
## [v0.8.4] 2024-03-09
### Changed
- Properly handle lost connection.
- Better compatibility with perl sendxmpp config files.

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

Loading…
Cancel
Save