Start new development cycle.

This commit is contained in:
Martin Dosch 2024-01-19 19:29:15 +01:00
parent 5dfd576cda
commit dcc8ff0052
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Changelog
## UNRELEASED
## [v0.8.2] 2024-01-19
### Changed
- Fix an issue in look up of SRV records (via xmppsrv v0.2.6). Thx mtp.

View File

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