Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Sep 9, 2024
1 parent d2e5a42 commit f762398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Changelog

## 8.0.0
## 8.0.1

### Breaking changes

- Minimum supported Concordium node version changes to 7.0 with the changes introduced.

- `getEmbeddedModuleSchema` now uses the module version to determine in which custom wasm sections to look for the schema.
It also no longer is `async` because there isn't any need for it to be so.
- `ConcordiumGRPCClient.getEmbeddedSchema` now delegates to `getEmbeddedModuleSchema` instead of `wasmToSchema`
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@concordium/web-sdk",
"version": "8.0.0-alpha.0",
"version": "8.0.1",
"license": "Apache-2.0",
"engines": {
"node": ">=16"
Expand Down

0 comments on commit f762398

Please sign in to comment.