Skip to content

Commit

Permalink
chore(release): 2.20.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.20.0](2.19.0...2.20.0) (2024-04-18)

### Features

* Add API key endpoints [DEV-3793] ([#510](#510)) ([c237502](c237502))
* Add base endpoints for Stripe integration [DEV-3671] ([#500](#500)) ([99792c7](99792c7))
* Add endpoints for organisation page [DEV-3848] ([#522](#522)) ([b5de42b](b5de42b))

### Bug Fixes

* Add customerId into operation entity [DEV-3732] ([#507](#507)) ([b580646](b580646))
* Reject unauthorised users for /admin/swagger page ([#523](#523)) ([51f800b](51f800b))
  • Loading branch information
semantic-release-bot committed Apr 18, 2024
1 parent 9e5ccf3 commit 12a8f0e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.20.0](https://github.com/cheqd/credential-service/compare/2.19.0...2.20.0) (2024-04-18)


### Features

* Add API key endpoints [DEV-3793] ([#510](https://github.com/cheqd/credential-service/issues/510)) ([c237502](https://github.com/cheqd/credential-service/commit/c2375027fe43ea5cfa277b65a1cd20614430ec60))
* Add base endpoints for Stripe integration [DEV-3671] ([#500](https://github.com/cheqd/credential-service/issues/500)) ([99792c7](https://github.com/cheqd/credential-service/commit/99792c7de96230b02db1f76d71dd8d431cc1cb08))
* Add endpoints for organisation page [DEV-3848] ([#522](https://github.com/cheqd/credential-service/issues/522)) ([b5de42b](https://github.com/cheqd/credential-service/commit/b5de42b47b3cfe7cbf1d5b6d49cefea278402807))


### Bug Fixes

* Add customerId into operation entity [DEV-3732] ([#507](https://github.com/cheqd/credential-service/issues/507)) ([b580646](https://github.com/cheqd/credential-service/commit/b580646d2d4e1030ee751c4bd2c1fcc93720f211))
* Reject unauthorised users for /admin/swagger page ([#523](https://github.com/cheqd/credential-service/issues/523)) ([51f800b](https://github.com/cheqd/credential-service/commit/51f800b0c907d369dbc9937b735ab934bba7b12f))

## [2.20.0-develop.5](https://github.com/cheqd/credential-service/compare/2.20.0-develop.4...2.20.0-develop.5) (2024-04-18)


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.20.0-develop.5",
"version": "2.20.0",
"description": "cheqd Credential Service Backend",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 12a8f0e

Please sign in to comment.