diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dc109a..329520d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.5.0](https://github.com/input-output-hk/atala-automation/compare/atala-automation-v0.4.0...atala-automation-v0.5.0) (2024-06-28) + + +### Features + +* enhancements ([#15](https://github.com/input-output-hk/atala-automation/issues/15)) ([4ed3ef1](https://github.com/input-output-hk/atala-automation/commit/4ed3ef15e7d75883a448627d676b24be4aa41e72)) + # [0.4.0](https://github.com/input-output-hk/atala-automation/compare/atala-automation-v0.3.2...atala-automation-v0.4.0) (2024-04-30) diff --git a/gradle.properties b/gradle.properties index 1ec8deb..ba07cbc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 0.4.0 +version = 0.5.0 kotlin.code.style = official diff --git a/package-lock.json b/package-lock.json index 5c69c4e..3d4468f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-automation", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-automation", - "version": "0.4.0", + "version": "0.5.0", "license": "ISC", "dependencies": { "@semantic-release/changelog": "^6.0.3", diff --git a/package.json b/package.json index f71628e..453ec65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-automation", - "version": "0.4.0", + "version": "0.5.0", "description": "Common automation place for all Atala projects", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"