From de866afb4ef8baaed93deee58b737fcf0765b17f Mon Sep 17 00:00:00 2001 From: Jost Schulte Date: Thu, 21 Nov 2024 12:58:16 -0600 Subject: [PATCH] chore(release): v0.19.0-dev.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ad4d91..4e460511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 4fbd69cc..aa8aa08a 100644 --- a/package.json +++ b/package.json @@ -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 (https://holochain.org)", "license": "CAL-1.0",