diff --git a/CHANGELOG.md b/CHANGELOG.md index 729ea9e..bd4c581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,30 +2,36 @@ All notable changes to this project will be documented in this file. +## [0.3.2-3] - 2024-05-30 + +### Added Features + +- 89a86176c5e574598680d150d119a836bafeda35 Add revision label + ## [0.3.2-2] - 2024-05-29 ### Documentation -- [a6694ed] Correct version in docs +- a6694edf86a12f7d3c81741b4d51e8cfcff56bca Correct version in docs ### Miscellaneous Tasks -- [b1e49b4] Update image labels +- b1e49b4fb4f046c7fc5145d3fda38dc677f374a8 Update image labels ## [0.3.2-1] - 2024-05-28 ### Added Features -- [1eea4db] Set working directory to /run/didkit +- 1eea4db9b82c16f9254329af1dc922873d7f5b77 Set working directory to /run/didkit ### Documentation -- [c1d89bc] Document image usage +- c1d89bc1d10be26d2200889d84a6dc1a7211ab17 Document image usage ## [0.3.2.0] - 2024-05-27 ### Miscellaneous Tasks -- [65dd2a4] Initial commit +- 65dd2a45eda75480999e6503e54af8c451e64235 Initial commit diff --git a/README.md b/README.md index 9d244d6..db9a289 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Provides a [docker image](https://hub.docker.com/repository/docker/identinet/did Run the docker container with the following command and pass parameters to `didkit`: ```bash -docker run -it --rm identinet/didkit-cli:0.3.2-2 help +docker run -it --rm identinet/didkit-cli:0.3.2-3 help ``` Make files from the local file system available to didkit by mounting them: ```bash -docker run -it --rm -u "$(id -u):$(id -g)" -v "$PWD:/run/didkit" identinet/didkit-cli:0.3.2-2 key to did --key-path key.jwk +docker run -it --rm -u "$(id -u):$(id -g)" -v "$PWD:/run/didkit" identinet/didkit-cli:0.3.2-3 key to did --key-path key.jwk ``` ## Development diff --git a/manifest.json b/manifest.json index 26a0dcf..f0b56d3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "didkit-cli", - "version": "0.3.2-2", + "version": "0.3.2-3", "description": "Docker image that packages DIDKit CLI", "author": "identinet GmbH ", "contributors":