Skip to content

Commit

Permalink
update version num, changelog, readme, sample compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jchartrand committed Oct 9, 2024
1 parent 40197b9 commit 48e5a0f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# issuer-coordinator Changelog

## 1.00 - 2024-10-09

### Changed
- updating semver to reflect breaking change
- **BREAKING**: The libs that were updated in the prior release (0.3.0) now require that the top level id on a verifiable credential must be a uri. Any old (or new) clients calling the endpoints on this service with a vc that doesn't have a uri id will fail.

## 0.3.0 - 2024-09-06

### Changed
- Convert Status List 2021 to Bitstring Status List.
- Update vc related libs, which also provide support for Verifiable Credentials version 2
- Differentiate between database status service and Git status service.
- Rename environment variables.
- Update revocation and suspension instructions.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ Create a file called `docker-compose.yml` and add the following:
version: '3.5'
services:
coordinator:
image: digitalcredentials/issuer-coordinator:0.2.0
image: digitalcredentials/issuer-coordinator:1.0.0
ports:
- "4005:4005"
signer:
image: digitalcredentials/signing-service:0.3.0
image: digitalcredentials/signing-service:1.0.0
```
### Run Service
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: '3.5'
services:
coordinator:
image: digitalcredentials/issuer-coordinator:0.2.0
image: digitalcredentials/issuer-coordinator:1.0.0
env_file:
- ./.coordinator.env
ports:
- "4005:4005"
signer:
image: digitalcredentials/signing-service:0.3.0
image: digitalcredentials/signing-service:1.0.0
env_file:
- ./.signing-service.env
status:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digitalcredentials/issuer-coordinator",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 48e5a0f

Please sign in to comment.