Skip to content

Commit

Permalink
chore(release): 2.8.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.8.0](2.7.1...2.8.0) (2023-08-15)

### Features

* Account bootstrapping [DEV-3051] ([#306](#306)) ([d157535](d157535))
* Remove `DEFAULT_CUSTOMER_ID` [DEV-2851] ([#318](#318)) ([c072af6](c072af6))

### Bug Fixes

* Add data reset before each check ([#326](#326)) ([659a120](659a120))
* Add M2M token refreshing [DEV-3117] ([#327](#327)) ([be04d92](be04d92))
* Added base reference syntax + error handling [DEV-3127] ([#338](#338)) ([4b6048d](4b6048d))
* Cleanups ([#314](#314)) ([3b8e4ad](3b8e4ad))
* Cleanups [DEV-3050] ([#307](#307)) ([2e6b969](2e6b969))
* Faucet setup configuration variables [DEV-3135] ([#342](#342)) ([eb7feac](eb7feac))
* Fix auth button ([#324](#324)) ([3f88668](3f88668))
* Implement dynamic login/logout button based on user's logged in state [DEV-3092] ([#316](#316)) ([4a2e40d](4a2e40d))
* Move to using scopes correctly from LogTo [DEV-3090] ([#317](#317)) ([3f5e16b](3f5e16b))
* Swagger UI fixes and other small tech debts [DEV-3121] ([#339](#339)) ([d7b3daa](d7b3daa))

### Reverts

* LOGTO_MANAGEMENT_API config variable ([afdccbc](afdccbc))
  • Loading branch information
semantic-release-bot committed Aug 15, 2023
1 parent c194364 commit e556036
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [2.8.0](https://github.com/cheqd/credential-service/compare/2.7.1...2.8.0) (2023-08-15)


### Features

* Account bootstrapping [DEV-3051] ([#306](https://github.com/cheqd/credential-service/issues/306)) ([d157535](https://github.com/cheqd/credential-service/commit/d15753545d0b90d499e083ea6219bf28f97913ff))
* Remove `DEFAULT_CUSTOMER_ID` [DEV-2851] ([#318](https://github.com/cheqd/credential-service/issues/318)) ([c072af6](https://github.com/cheqd/credential-service/commit/c072af6a96ac5485e54b976753fa48f852fd8354))


### Bug Fixes

* Add data reset before each check ([#326](https://github.com/cheqd/credential-service/issues/326)) ([659a120](https://github.com/cheqd/credential-service/commit/659a120e5dd6221d32b0132802c381ca819860a0))
* Add M2M token refreshing [DEV-3117] ([#327](https://github.com/cheqd/credential-service/issues/327)) ([be04d92](https://github.com/cheqd/credential-service/commit/be04d928669fe1637c9bea795566bbcb80c61360))
* Added base reference syntax + error handling [DEV-3127] ([#338](https://github.com/cheqd/credential-service/issues/338)) ([4b6048d](https://github.com/cheqd/credential-service/commit/4b6048d0029b0f25eeb838e845923af5ef252a7a))
* Cleanups ([#314](https://github.com/cheqd/credential-service/issues/314)) ([3b8e4ad](https://github.com/cheqd/credential-service/commit/3b8e4adaa3154ce4df793d14777be978b05a91e9))
* Cleanups [DEV-3050] ([#307](https://github.com/cheqd/credential-service/issues/307)) ([2e6b969](https://github.com/cheqd/credential-service/commit/2e6b9699203b8e013bf5e36a03a396d4a0bc649e))
* Faucet setup configuration variables [DEV-3135] ([#342](https://github.com/cheqd/credential-service/issues/342)) ([eb7feac](https://github.com/cheqd/credential-service/commit/eb7feac647e96bf1a5fab79bbbc891e4007539cc))
* Fix auth button ([#324](https://github.com/cheqd/credential-service/issues/324)) ([3f88668](https://github.com/cheqd/credential-service/commit/3f8866847b0a90534a80a0a131604cb148c8b701))
* Implement dynamic login/logout button based on user's logged in state [DEV-3092] ([#316](https://github.com/cheqd/credential-service/issues/316)) ([4a2e40d](https://github.com/cheqd/credential-service/commit/4a2e40d685d3ed7b3a69298f8fd4dbc5b6d82f2c))
* Move to using scopes correctly from LogTo [DEV-3090] ([#317](https://github.com/cheqd/credential-service/issues/317)) ([3f5e16b](https://github.com/cheqd/credential-service/commit/3f5e16bab1b2b8b2c937cb353692a2734a98dba3))
* Swagger UI fixes and other small tech debts [DEV-3121] ([#339](https://github.com/cheqd/credential-service/issues/339)) ([d7b3daa](https://github.com/cheqd/credential-service/commit/d7b3daa0e2f0d7b6958124c93099561b353a0f5d))


### Reverts

* LOGTO_MANAGEMENT_API config variable ([afdccbc](https://github.com/cheqd/credential-service/commit/afdccbc0e0eb2b7b1c8216b0b411017aa5973e48))

## [2.8.0-develop.4](https://github.com/cheqd/credential-service/compare/2.8.0-develop.3...2.8.0-develop.4) (2023-08-15)

### Bug Fixes
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": "@cheqd/credential-service",
"version": "2.8.0-develop.4",
"version": "2.8.0",
"description": "cheqd Credential Service Backend",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit e556036

Please sign in to comment.