From 97760894639433b8ea7514c1848ed016a34582a9 Mon Sep 17 00:00:00 2001 From: firewalker06 Date: Sun, 21 Jun 2026 20:22:24 +0700 Subject: [PATCH] Prepare v0.6.1 release --- CHANGELOG.md | 10 ++++++++++ lib/hq/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e3a79..6e7e4dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to Tycho will be documented in this file. ## Unreleased +## 0.6.1 - 2026-06-21 + +### Bug Fixes + +- Add a Remote UI token re-authentication path for existing remote servers, so + another browser or device can save the peer token locally after switching to a + token-protected server. (#42) +- Show a token recovery prompt when the active remote server rejects broker + credentials and tidy compact server-row actions on small screens. (#43) + ## 0.6.0 - 2026-06-20 ### Notable Releases diff --git a/lib/hq/version.rb b/lib/hq/version.rb index 3e5c5c8..b56543e 100644 --- a/lib/hq/version.rb +++ b/lib/hq/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module HQ - VERSION = "0.6.0" + VERSION = "0.6.1" end