From f2b3da957c1543591e39212a69c6d041050516cf Mon Sep 17 00:00:00 2001 From: Marc Velmer Date: Tue, 17 Sep 2024 18:07:34 +0200 Subject: [PATCH] v0.9.1 bump --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f854a76a..6918564a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.1] - 2024-09-17 + +### Fixed + +- Added missing `Buffer` dependency in the remote signer service. +- Fixed blocks parameters and added `proposerAddress` in the list. + ## [0.9.0] - 2024-09-04 ### Added @@ -517,6 +524,7 @@ which extend from the abstract `Election` class. - First unstable version of the SDK for testing purposes +[0.9.1]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.9.1 [0.9.0]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.9.0 [0.8.3]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.8.3 [0.8.2]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.8.2 diff --git a/package.json b/package.json index aa33829f..c4edc1d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vocdoni/sdk", "author": "Vocdoni", - "version": "0.9.0", + "version": "0.9.1", "description": "⚒️An SDK for building applications on top of Vocdoni API", "repository": "https://github.com/vocdoni/vocdoni-sdk.git", "license": "AGPL-3.0-or-later",