Skip to content

Commit

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

### Features

* Stop testing until testnet migration ([#514](#514)) ([acea57f](acea57f))
* Support multiple verida networks [DEV-3801] ([#511](#511)) ([5dd4665](5dd4665))

### Bug Fixes

* Fix did:vda validator ([#512](#512)) ([550afcf](550afcf))
  • Loading branch information
semantic-release-bot committed Apr 5, 2024
1 parent acea57f commit 9f264d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.19.0-develop.1](https://github.com/cheqd/credential-service/compare/2.18.3...2.19.0-develop.1) (2024-04-05)


### Features

* Stop testing until testnet migration ([#514](https://github.com/cheqd/credential-service/issues/514)) ([acea57f](https://github.com/cheqd/credential-service/commit/acea57f38528a72154d8363f17d1ba1f531ac625))
* Support multiple verida networks [DEV-3801] ([#511](https://github.com/cheqd/credential-service/issues/511)) ([5dd4665](https://github.com/cheqd/credential-service/commit/5dd4665ad6d90ba139729649bd17fe4eb2d120c8))


### Bug Fixes

* Fix did:vda validator ([#512](https://github.com/cheqd/credential-service/issues/512)) ([550afcf](https://github.com/cheqd/credential-service/commit/550afcf91b8cb2545aed40c8ef9c81ded4c72b6f))

## [2.18.3](https://github.com/cheqd/credential-service/compare/2.18.2...2.18.3) (2024-03-13)

## [2.18.2](https://github.com/cheqd/credential-service/compare/2.18.1...2.18.2) (2024-03-13)
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.18.3",
"version": "2.19.0-develop.1",
"description": "cheqd Credential Service Backend",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 9f264d3

Please sign in to comment.