Skip to content

Commit

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

## 2024-11-21: v0.19.0-dev.4
### Fixed
- Bring back optional cap_secret to zome call parameters.

## 2024-11-20: v0.19.0-dev.3
### Changed
- Zome call signing has been changed in Holochain to remove the requirement of imitating Holochain serialization. Signing is now a simplified process of serializing zome call parameters using MessagePack, then computing a SHA2 512-bit hash of the serialized bytes and signing the hash. The zome call payload consists of the serialized bytes and the signature.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@holochain/client",
"version": "0.19.0-dev.3",
"version": "0.19.0-dev.4",
"description": "A JavaScript client for the Holochain Conductor API",
"author": "Holochain Foundation <[email protected]> (https://holochain.org)",
"license": "CAL-1.0",
Expand Down

0 comments on commit de866af

Please sign in to comment.