Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [0.4.0] - 2026-05-05

### Changed

- Bumped `github.com/Notabene-id/go-didcomm` from v0.2.0 to v0.4.0

## [0.3.0] - 2026-05-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion cmd/tap/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/Notabene-id/go-didcomm/cli"
)

const version = "0.3.0"
const version = "0.4.0"

const usage = `tap - TAP (Transaction Authorization Protocol) CLI

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/TransactionAuthorizationProtocol/tap-go
go 1.26.2

require (
github.com/Notabene-id/go-didcomm v0.2.0
github.com/Notabene-id/go-didcomm v0.4.0
github.com/google/uuid v1.6.0
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ filippo.io/edwards25519 v1.2.0 h1:crnVqOiS4jqYleHd9vaKZ+HKtHfllngJIiOpNpoJsjo=
filippo.io/edwards25519 v1.2.0/go.mod h1:xzAOLCNug/yB62zG1bQ8uziwrIqIuxhctzJT18Q77mc=
github.com/Notabene-id/go-didcomm v0.2.0 h1:sTpG8zayJWn3GW8L7iKqtE1dEm2Lvmv8Xmk5yj5I9Ek=
github.com/Notabene-id/go-didcomm v0.2.0/go.mod h1:wIm3s9UCKYYLe2zIysHjTKj7SCU9g25HUWWWc8h9mho=
github.com/Notabene-id/go-didcomm v0.4.0 h1:r2P+fw4Rq1/uCo8kMonWiX8PRF7Hszkc54IK9iwLpSs=
github.com/Notabene-id/go-didcomm v0.4.0/go.mod h1:wIm3s9UCKYYLe2zIysHjTKj7SCU9g25HUWWWc8h9mho=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
Loading