From 0b1d9616dfbd42eab0b1bef08904456a62e75337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20H=C3=B6rberg?= Date: Tue, 25 Jun 2024 18:47:15 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 2 ++ shard.yml | 2 +- static/docs/openapi.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c26862861c..f3568b6f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0-rc.1] - 2024-06-25 + ### Added - Full HA clustering support, uses Etcd for leader election and metadata, and a replication protocol between nodes diff --git a/shard.yml b/shard.yml index 0e13d6e784..ec8ef3c99e 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: lavinmq -version: 1.2.14 +version: 2.0.0-rc.1 authors: - Carl Hörberg diff --git a/static/docs/openapi.yaml b/static/docs/openapi.yaml index 2384779de5..fe748fe9e8 100644 --- a/static/docs/openapi.yaml +++ b/static/docs/openapi.yaml @@ -1,7 +1,7 @@ --- openapi: 3.0.3 info: - version: v1.2.12 + version: v2.0.0 title: LavinMQ HTTP API description: HTTP API to programmatically manage all aspects of LavinMQ. contact: