Skip to content

Commit 58ebdf6

Browse files
committed
v0.5.2 bump
1 parent 1985d56 commit 58ebdf6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.2] - 2023-10-16
9+
10+
### Fixed
11+
12+
- Anonymous vote packages are no longer signed.
13+
814
## [0.5.1] - 2023-10-15
915

1016
### Fixed
@@ -340,6 +346,7 @@ which extend from the abstract `Election` class.
340346

341347
- First unstable version of the SDK for testing purposes
342348

349+
[0.5.2]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.5.2
343350
[0.5.1]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.5.1
344351
[0.5.0]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.5.0
345352
[0.4.3]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.4.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vocdoni/sdk",
33
"author": "Vocdoni",
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"description": "⚒️An SDK for building applications on top of Vocdoni API",
66
"repository": "https://github.com/vocdoni/vocdoni-sdk.git",
77
"license": "AGPL-3.0-or-later",

0 commit comments

Comments
 (0)