From 43a33b641e09dd85b40edf1319b957d3c231cb5a Mon Sep 17 00:00:00 2001 From: Adam Brightwell Date: Thu, 17 Sep 2026 16:01:30 -0400 Subject: [PATCH] v3.7.2 --- CHANGELOG.md | 2 ++ shard.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 558761c..e0b89cd 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.7.2] - 2026-09-17 ### Changed - `cb login` now puts the activation code in the URL fragment (`#code=`) instead of the query string. diff --git a/shard.yml b/shard.yml index b9464b3..2dbc9cc 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: cb -version: 3.7.1 +version: 3.7.2 dependencies: # TODO (abrightwell): Work this back in after initial browser login flow