From 874ce45b9ba389addebd4e73ab89906b18c38fa8 Mon Sep 17 00:00:00 2001 From: Rob Zolkos Date: Tue, 25 Aug 2026 19:50:33 -0400 Subject: [PATCH] Prepare v1.2.0 release metadata --- .claude-plugin/plugin.json | 2 +- nix/package.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index eb8218fa..aa6ef8cd 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "hey", - "version": "1.1.0", + "version": "1.2.0", "description": "HEY integration for Claude Code. Read email, manage todos, track time.", "author": { "name": "37signals", diff --git a/nix/package.nix b/nix/package.nix index 43518fa6..f3db7a72 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -12,7 +12,7 @@ buildGoModule.override { inherit go; } (finalAttrs: { pname = "hey"; # Bumped by `make update-nix-hash VERSION=vX.Y.Z` before each stable # release; scripts/release.sh refuses to tag until it matches. - version = "1.1.0"; + version = "1.2.0"; src = lib.cleanSource ./..;