Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Jul 5, 2024
1 parent eb7f715 commit bd47200
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0-rc.2] - 2024-07-05

### Fixed

- HTTP API: Regression where an (empty) body was required to PUT a new vhost
- Etcd actions are retried, etcd can now be restarted without issues
- Clustering secret is monitored if not available yet when becoming a replication follower

### Added

Expand All @@ -20,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Deb packages now includes all debug symbols, for useful stacktraces
- Don't dynamically fetch active etcd endpoints

## [2.0.0-rc.1] - 2024-06-25

Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lavinmq
version: 2.0.0-rc.1
version: 2.0.0-rc.2

authors:
- Carl Hörberg <[email protected]>
Expand Down

0 comments on commit bd47200

Please sign in to comment.