Skip to content

Commit

Permalink
chore: bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Morcillo committed Feb 25, 2021
1 parent f623768 commit 4e61149
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion decidim-bulletin_board-app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../decidim-bulletin_board-ruby
specs:
decidim-bulletin_board (0.13.1)
decidim-bulletin_board (0.14.0)
byebug (~> 11.0)
graphlient (~> 0.4.0)
jwt (~> 2.2.2)
Expand Down
6 changes: 6 additions & 0 deletions decidim-bulletin_board-ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.14.0] - 2021-02-25

### Changed

- The `onSetup` event is no longer supported when adding the key ceremony, tally and voter components.

## [0.13.1] - 2021-02-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion decidim-bulletin_board-ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
decidim-bulletin_board (0.13.1)
decidim-bulletin_board (0.14.0)
byebug (~> 11.0)
graphlient (~> 0.4.0)
jwt (~> 2.2.2)
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Decidim
module BulletinBoard
VERSION = "0.13.1"
VERSION = "0.14.0"
end
end

0 comments on commit 4e61149

Please sign in to comment.