diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d5260efd..301b041f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.0.1](https://github.com/energywebfoundation/iam-client-lib/compare/v4.0.0...v4.0.1) (2022-01-19) + + +### Bug Fixes + +* **ci:** fetch latest master before merge ([47fee38](https://github.com/energywebfoundation/iam-client-lib/commit/47fee38c9ab818785e0c08de24bd68efb51100ec)) +* **didRegistry:** update asset document ([f219a5e](https://github.com/energywebfoundation/iam-client-lib/commit/f219a5e32b7dc6174fa6e87726d74c2189b01f34)) + ## [4.0.1-alpha.4](https://github.com/energywebfoundation/iam-client-lib/compare/v4.0.1-alpha.3...v4.0.1-alpha.4) (2022-01-18) diff --git a/package.json b/package.json index 0f5d849e..b42f91b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iam-client-lib", - "version": "4.0.1-alpha.4", + "version": "4.0.1", "description": "Library for Decentralized Identity and Access Management", "main": "dist/index.js", "module": "dist/index.esm.js",