Prepare release v0.7.0.

This commit is contained in:
Martin Dosch 2023-11-11 15:20:09 +01:00
parent 74cd06ea5e
commit 0897dd6510
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D
2 changed files with 2 additions and 2 deletions

View File

@ -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).

View File

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