Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jchartrand committed Oct 11, 2024
1 parent dbb1b1e commit ec13c6f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# workflow-coordinator Changelog

## 1.0.0 - TBD

### Added
- Initial commit.
## 1.0.0 - 2024-10-11

### Changed
- Convert Status List 2021 to Bitstring Status List.
- **BREAKING**: Convert Status List 2021 to Bitstring Status List. NOTE: If you used older versions of the workflow coordinator with a Status List 2021 service (like the DCC status-service based on git), then you'll need to setup a new status list for this version. Your old credentials will continue to validate with the old status list (provided you keep the public list available).
- Differentiate between database status service and Git status service.
- Rename environment variables.
- Update revocation and suspension instructions.
- fix revocation call to status service

see github for prior history
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,13 @@ Create a file called `docker-compose.yml` and add the following:
version: '3.5'
services:
coordinator:
image: digitalcredentials/workflow-coordinator:0.1.0
image: digitalcredentials/workflow-coordinator:1.0.0
ports:
- "4005:4005"
signing:
image: digitalcredentials/signing-service:0.1.0
image: digitalcredentials/signing-service:1.0.0
transaction:
image: digitalcredentials/transaction-service:0.1.0
image: digitalcredentials/transaction-service:0.2.0
status:
image: digitalcredentials/status-service-db:0.1.0
# NOTE: If you would prefer to use the Git based status manager instead
Expand All @@ -237,7 +237,7 @@ services:
# image: digitalcredentials/status-service-git:0.1.0
```

Note that as of this writing (October 2nd 2023), the versions of each image are at 0.1.0. These will change over time. Read more in [Versioning](#versioning).
Note that as of this writing (October 11 2024), the versions of each image are as listed above. These will change over time. Read more in [Versioning](#versioning).

### Run Service

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/workflow-coordinator",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit ec13c6f

Please sign in to comment.