Skip to content

Commit 9e626ed

Browse files
committed
chore: bump version to 0.12.0
1 parent da05b92 commit 9e626ed

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

decidim-bulletin_board-app/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../decidim-bulletin_board-ruby
33
specs:
4-
decidim-bulletin_board (0.11.0)
4+
decidim-bulletin_board (0.12.0)
55
byebug (~> 11.0)
66
graphlient (~> 0.4.0)
77
jwt (~> 2.2.2)

decidim-bulletin_board-ruby/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [0.12.0] - 2021-02-19
11+
1012
### Added
1113

1214
- The `Voter` returns the ballot hash after encrpyting the plain vote and before auditing or casting it

decidim-bulletin_board-ruby/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
decidim-bulletin_board (0.11.0)
4+
decidim-bulletin_board (0.12.0)
55
byebug (~> 11.0)
66
graphlient (~> 0.4.0)
77
jwt (~> 2.2.2)

decidim-bulletin_board-ruby/app/assets/javascripts/decidim/bulletin_board/decidim-bulletin_board.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

decidim-bulletin_board-ruby/lib/decidim/bulletin_board/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Decidim
44
module BulletinBoard
5-
VERSION = "0.11.0"
5+
VERSION = "0.12.0"
66
end
77
end

0 commit comments

Comments
 (0)