Skip to content

Commit

Permalink
chore(release): v0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Apr 10, 2024
1 parent 87c0028 commit 180abc2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
### Removed

## 2024-04-09: v0.4.10
### Added
- Signal handling on app websocket.
### Changed
- Update deps to Holochain v0.2.7.
- Adapt admin and app websocket to new version of package `holochain_websocket`.

## 2024-03-05: v0.4.8
### Added
- Capability to create zome call signing credentials with the `AdminWebsocket` using `authorize_signing_credentials`.
Expand Down
4 changes: 2 additions & 2 deletions fixture/zomes/foo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ crate-type = ["cdylib", "rlib"]
name = "test_wasm_foo"

[dependencies]
hdi = "0.3.6"
hdk = "0.2.6"
hdi = "0.3.7"
hdk = "0.2.7"
serde = "1"

0 comments on commit 180abc2

Please sign in to comment.