Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](2.4.1...3.0.0) (2022-10-19)

### Bug Fixes

* **deps:** remove deprecated ethr networks ([68d4178](68d4178))

### BREAKING CHANGES

* **deps:** ethereum testnets rinkeby, kovan and ropsten are no longer usable for did:ethr

The following DID prefixes are no longer valid:
did:ethr:rinkeby
did:ethr:ropsten
did:ethr:kovan
did:ethr:0x3
did:ethr:0x4
did:ethr:0x2a
  • Loading branch information
semantic-release-bot committed Oct 19, 2022
1 parent 68d4178 commit b375a48
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [3.0.0](https://github.com/uport-project/uport-did-driver/compare/2.4.1...3.0.0) (2022-10-19)


### Bug Fixes

* **deps:** remove deprecated ethr networks ([68d4178](https://github.com/uport-project/uport-did-driver/commit/68d417814925105483ddb4490b8b988f4f8997b8))


### BREAKING CHANGES

* **deps:** ethereum testnets rinkeby, kovan and ropsten are no longer usable for did:ethr

The following DID prefixes are no longer valid:
did:ethr:rinkeby
did:ethr:ropsten
did:ethr:kovan
did:ethr:0x3
did:ethr:0x4
did:ethr:0x2a

## [2.4.1](https://github.com/uport-project/uport-did-driver/compare/2.4.0...2.4.1) (2022-08-03)


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": "uport-did-driver",
"version": "2.4.1",
"version": "3.0.0",
"private": "true",
"description": "uPort DID method driver",
"main": "src/server.js",
Expand Down

0 comments on commit b375a48

Please sign in to comment.