v0.3.0
Added
Decidim::BulletinBoard::Authority
namespace that includes commands and forms to get the status of an election.
Changed
Decidim::BulletinBoard::Client
now includes aget_status
method to get the election status using theAuthority
namespace.
Fixed
Decidim::BulletinBoard::Voter::CastVote
command uses theencrypted_vote
as aString
and not as aHash
.