diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 875eb30b..4edf8fba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,7 +115,7 @@ jobs: uses: docker/build-push-action@v4 with: context: . - file: Dockerfile + file: docker/Dockerfile platforms: linux/amd64 load: true target: runner diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ca7989..76f71b08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [2.4.1](https://github.com/cheqd/credential-service/compare/2.4.0...2.4.1) (2023-06-30) + + +### Bug Fixes + +* Fix building image for release ([2352114](https://github.com/cheqd/credential-service/commit/2352114e191499ffbc37e456ab8539c2f7fbbcb3)) + +## [2.4.0](https://github.com/cheqd/credential-service/compare/2.3.1...2.4.0) (2023-06-29) + + +### Features + +* Add "authenticated" user roles and permissions, and amend API definitions [DEV-2684] ([#267](https://github.com/cheqd/credential-service/issues/267)) ([2a6b30f](https://github.com/cheqd/credential-service/commit/2a6b30f93dba29f1738f298e535303437a9a1971)) + + +### Bug Fixes + +* Fix bug where credential-service expects config variables with authentication and external DB disabled [DEV-2843] ([#276](https://github.com/cheqd/credential-service/issues/276)) ([4008bdf](https://github.com/cheqd/credential-service/commit/4008bdfcc0e372af4b31a914e121c561da3ed63c)) +* Fix for the order of auth handlers ([#275](https://github.com/cheqd/credential-service/issues/275)) ([6d3bb77](https://github.com/cheqd/credential-service/commit/6d3bb778c7e9884e66058941431da9a898025333)) +* Fix local storage instantiating ([#269](https://github.com/cheqd/credential-service/issues/269)) ([6ec820f](https://github.com/cheqd/credential-service/commit/6ec820f83c6d1c9b0a34e0bde10bcec25a51c5ef)) + ## [2.4.0-develop.4](https://github.com/cheqd/credential-service/compare/2.4.0-develop.3...2.4.0-develop.4) (2023-06-28) ## [2.4.0-develop.3](https://github.com/cheqd/credential-service/compare/2.4.0-develop.2...2.4.0-develop.3) (2023-06-27) diff --git a/example.env b/example.env index 74e49c50..eed93edc 100644 --- a/example.env +++ b/example.env @@ -17,8 +17,8 @@ LOGTO_DEFAULT_RESOURCE_URL='http://localhost:8787' LOGTO_ENDPOINT='http://localhost:3001' LOGTO_APP_ID='ldfsr...rq432' LOGTO_APP_SECRET='sdf...sdf' -LOGTO_M2M_APP_ID="aaaa.....ddddd" -LOGTO_M2M_APP_SECRET="aaaa.....ddddd" +LOGTO_M2M_APP_ID="aaaa...ddddd" +LOGTO_M2M_APP_SECRET="aaaa...ddddd" LOGTO_MANAGEMENT_API="https://default.logto.app/api" COOKIE_SECRET='sdf...sdf' diff --git a/package-lock.json b/package-lock.json index ad868db6..d4793b2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cheqd/credential-service", - "version": "2.4.0-develop.2", + "version": "2.4.0-develop.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cheqd/credential-service", - "version": "2.4.0-develop.2", + "version": "2.4.0-develop.4", "license": "Apache-2.0", "dependencies": { "@cheqd/did-provider-cheqd": "3.3.1",