From 5d1baafded080d1b53f4de01f894f97418a4ceaa Mon Sep 17 00:00:00 2001 From: Adam Brightwell Date: Mon, 14 Aug 2023 10:20:47 -0400 Subject: [PATCH] v3.4.0 --- CHANGELOG.md | 2 +- shard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c64a6d..83cf46b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [3.4.0] - 2023-08-14 ### Added - `cb config-param` command to manage supported cluster configuration parameters. Supports `get`, `list-supported`, `reset` and `set`. diff --git a/shard.yml b/shard.yml index 9cfd321..fe9778f 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: cb -version: 3.4.0-dev +version: 3.4.0 dependencies: # TODO (abrightwell): Work this back in after initial browser login flow