diff --git a/CHANGELOG.md b/CHANGELOG.md index c587743..262cf56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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.5.1] - 2024-05-09 ### Fixed - `cb config-param set` issue truncating values with multiple `=` characters. - `cb psql` prompt line wrapping issue. diff --git a/shard.yml b/shard.yml index 64c9c0a..95a55c7 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: cb -version: 3.5.0 +version: 3.5.1 dependencies: # TODO (abrightwell): Work this back in after initial browser login flow