Skip to content

Commit

Permalink
chore(release): release atala-automation v0.3.0
Browse files Browse the repository at this point in the history
# [0.3.0](atala-automation-v0.2.0...atala-automation-v0.3.0) (2023-09-14)

### Features

* add gson custom factory ([#11](#11)) ([03c791b](03c791b))
  • Loading branch information
atala-dev committed Sep 14, 2023
1 parent 03c791b commit d29a03a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.3.0](https://github.com/input-output-hk/atala-automation/compare/atala-automation-v0.2.0...atala-automation-v0.3.0) (2023-09-14)


### Features

* add gson custom factory ([#11](https://github.com/input-output-hk/atala-automation/issues/11)) ([03c791b](https://github.com/input-output-hk/atala-automation/commit/03c791bbd3dff9b8d828184844c46f8e90e67532))

# [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)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 0.2.0
version = 0.3.0
kotlin.code.style = official
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atala-automation",
"version": "0.2.0",
"version": "0.3.0",
"description": "Common automation place for all Atala projects",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit d29a03a

Please sign in to comment.