Prepare release v0.7.0.

v0.7 v0.7.0
Martin Dosch 7 months ago
parent 74cd06ea5e
commit 0897dd6510
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -1,6 +1,6 @@
# Changelog
## Unreleased
## [v0.7.0] 2023-11-11
### Added
- Reply to XEP-0092 software version requests.
- Add support for PLUS variants of SCRAM authentification mechanisms (requires go-xmpp commit 4c385a334c606e8bc387f0a3d4d84975802b3984).

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

Loading…
Cancel
Save