diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e183f1..9f0700d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.3.2-5] - 2024-06-13 + +### Miscellaneous Tasks + +- [b886f88](https://github.com/identinet/docker-didkit/commit/b886f88e33e5b9f45b1cdee907e74d2472ac655b) Update to nixos 24.05 + ## [0.3.2-3] - 2024-05-30 ### Added Features diff --git a/README.md b/README.md index 70163ae..8694acb 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-4 help +docker run -it --rm identinet/didkit-cli:0.3.2-5 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-4 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-5 key to did --key-path key.jwk ``` ## Development @@ -38,4 +38,4 @@ just update ```bash just build -``` +``` \ No newline at end of file diff --git a/manifest.json b/manifest.json index d207701..58ca762 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "didkit-cli", - "version": "0.3.2-4", + "version": "0.3.2-5", "description": "Docker image that packages DIDKit CLI", "author": "identinet GmbH ", "contributors":