Skip to content

Commit

Permalink
chore(release): 0.8.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.8.0](v0.7.1...v0.8.0) (2024-05-10)

### Features

* **api:** move deployment relations and ip lease validation from cloudmos ([a7eb767](a7eb767)), closes [akash-network/console#133](akash-network/console#133)
* **sdl:** implement service image credentials ([06a73e8](06a73e8)), closes [akash-network/console#168](akash-network/console#168)
* **sdl:** move denom validation from cloudmos to sdl ([#133](https://github.com/akash-network/akashjs/issues/133)) ([1b5362f](1b5362f))
* **sdl:** move endpoint validation from cloudmos ([#133](https://github.com/akash-network/akashjs/issues/133)) ([0b770ec](0b770ec))
  • Loading branch information
semantic-release-bot committed May 10, 2024
1 parent aece776 commit c8bb80f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.8.0](https://github.com/akash-network/akashjs/compare/v0.7.1...v0.8.0) (2024-05-10)


### Features

* **api:** move deployment relations and ip lease validation from cloudmos ([a7eb767](https://github.com/akash-network/akashjs/commit/a7eb7672a04225201cc71b2ca4256a15fb28448e)), closes [akash-network/cloudmos#133](https://github.com/akash-network/cloudmos/issues/133)
* **sdl:** implement service image credentials ([06a73e8](https://github.com/akash-network/akashjs/commit/06a73e8fa507c5d005a5b92cbc77e29e5ed69967)), closes [akash-network/cloudmos#168](https://github.com/akash-network/cloudmos/issues/168)
* **sdl:** move denom validation from cloudmos to sdl ([#133](https://github.com/akash-network/akashjs/issues/133)) ([1b5362f](https://github.com/akash-network/akashjs/commit/1b5362f2e3b3067b2fbe3a9bf1d8119a01461de1))
* **sdl:** move endpoint validation from cloudmos ([#133](https://github.com/akash-network/akashjs/issues/133)) ([0b770ec](https://github.com/akash-network/akashjs/commit/0b770ece33d5ea6e12acef3b9e1e3b60457ae305))

## [0.7.1](https://github.com/akash-network/akashjs/compare/v0.7.0...v0.7.1) (2024-05-07)


Expand Down
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
Expand Up @@ -105,5 +105,5 @@
"test:unit:watch": "jest --selectProjects unit --watch"
},
"types": "build/",
"version": "0.7.1"
"version": "0.8.0"
}

0 comments on commit c8bb80f

Please sign in to comment.