diff --git a/CHANGELOG.md b/CHANGELOG.md index 820e38e..880edd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.2.0](https://github.com/input-output-hk/atala-automation/compare/atala-automation-v0.1.2...atala-automation-v0.2.0) (2023-09-02) + + +### Features + +* bump serenity to v4.0.0 ([#10](https://github.com/input-output-hk/atala-automation/issues/10)) ([c7f431d](https://github.com/input-output-hk/atala-automation/commit/c7f431d9bafd2c3c4dae2c4f04afa62c8d574bd8)) + ## [0.1.2](https://github.com/input-output-hk/atala-automation/compare/atala-automation-v0.1.1...atala-automation-v0.1.2) (2023-08-15) diff --git a/package-lock.json b/package-lock.json index abf875f..5d47159 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-automation", - "version": "0.1.2", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-automation", - "version": "0.1.2", + "version": "0.2.0", "license": "ISC", "dependencies": { "@semantic-release/changelog": "^6.0.3", diff --git a/package.json b/package.json index 00853d6..0bee431 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-automation", - "version": "0.1.2", + "version": "0.2.0", "description": "Common automation place for all Atala projects", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"