Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvelmer committed Mar 1, 2023
1 parent 7150fcf commit dfbaab7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,24 @@ 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).

## [Unreleased]
## [0.0.4-alpha] - 2023-03-01

### Added

- Credential service provider integrated
- Custom retry attempts and time for transactions waiting functionality
- Added `votesLeftCount` function for checking how many times a user can submit a vote
- New API requests added for chain information

### Changed

- `header` and `streamUri` are no longer mandatory when creating an election.

### Fixed

- No more 400 error status HTTP requests when asking for a non-confirmed transaction
- `maxValue` property fixed in election data

## [0.0.3-alpha] - 2023-01-31

### Added
Expand Down Expand Up @@ -62,6 +68,7 @@ which extend from the abstract `Election` class.

- First unstable version of the SDK for testing purposes

[0.0.4-alpha]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.0.4-alpha
[0.0.3-alpha]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.0.3-alpha
[0.0.2-alpha]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.0.2-alpha
[0.0.1-alpha]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.0.1-alpha
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vocdoni/sdk",
"author": "Vocdoni",
"version": "0.0.3-alpha",
"version": "0.0.4-alpha",
"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",
Expand Down

0 comments on commit dfbaab7

Please sign in to comment.