diff --git a/CHANGELOG.md b/CHANGELOG.md index 15d075b69a..8a7e85144e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.23] - 2021-01-22 + +### Fixed + +- Federation: improvments to how messages are acked +- Segment positions must be in order for GC to work +- Show queue arguments in queue list + +### Changed + +- Removed abillity to ack with requeue from HTTP API + ## [1.0.0-alpha.22] - 2021-01-20 ### Fixed diff --git a/shard.yml b/shard.yml index 8412ee76c9..1a775069e0 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: avalanchemq -version: 1.0.0-alpha.22 +version: 1.0.0-alpha.23 authors: - Carl Hörberg