Skip to content

Commit

Permalink
chore: Back-merge from the main (#278)
Browse files Browse the repository at this point in the history
* Change version from develop

* chore(release): 2.4.0 [skip ci]

## [2.4.0](2.3.1...2.4.0) (2023-06-29)

### Features

* Add "authenticated" user roles and permissions, and amend API definitions [DEV-2684] ([#267](#267)) ([2a6b30f](2a6b30f))

### Bug Fixes

* Fix bug where credential-service expects config variables with authentication and external DB disabled [DEV-2843] ([#276](#276)) ([4008bdf](4008bdf))
* Fix for the order of auth handlers ([#275](#275)) ([6d3bb77](6d3bb77))
* Fix local storage instantiating ([#269](#269)) ([6ec820f](6ec820f))

* chore: Run release process

* Debugging

* Return back conventionalcommits version

* Fix package-lock.json

* fix: Fix building image for release

* chore(release): 2.4.1 [skip ci]

## [2.4.1](2.4.0...2.4.1) (2023-06-30)

### Bug Fixes

* Fix building image for release ([2352114](2352114))

* Back-merge from the main branch

---------

Co-authored-by: semantic-release-bot <[email protected]>
  • Loading branch information
Andrew Nikitin and semantic-release-bot committed Jun 30, 2023
1 parent 25d5eab commit 3d8c0bb
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions example.env
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d8c0bb

Please sign in to comment.