From 63f2795ad445f15f08139d7198c23c928aeb344c Mon Sep 17 00:00:00 2001 From: Pelle Braendgaard Date: Mon, 4 May 2026 20:43:21 -0600 Subject: [PATCH] chore: release v0.3.0 Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 2 ++ cmd/tap/main.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d3554a..b610a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [0.3.0] - 2026-05-04 + ### Added - GitHub Actions CI with test, lint (golangci-lint), and vulncheck jobs diff --git a/cmd/tap/main.go b/cmd/tap/main.go index ef88da8..9f72a58 100644 --- a/cmd/tap/main.go +++ b/cmd/tap/main.go @@ -7,7 +7,7 @@ import ( "github.com/Notabene-id/go-didcomm/cli" ) -const version = "0.1.0" +const version = "0.3.0" const usage = `tap - TAP (Transaction Authorization Protocol) CLI