Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
jchartrand committed Oct 11, 2024
1 parent f00c7dc commit 22d127e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# transaction-manager-service Changelog

## 1.0.0 - TBD
## 0.2.0 - 2024-10-11

### Changed

- updated libs to support VC2

## 0.1.1 - 2023-12-11

### Changed

- added optional metadata property on stored object

## 0.1.0 - 2023-09-26

### Added

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@digitalcredentials/transaction-manager-service",
"description": "An express app for managing challenges in a DIDAuth exchange.",
"version": "0.0.1",
"version": "0.2.0",
"type": "module",
"scripts": {
"start": "node -r dotenv/config server.js",
Expand Down

0 comments on commit 22d127e

Please sign in to comment.