Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro M. Ramallo <alejandro.ramallo@leapsight.com>
  • Loading branch information
aramallo committed Aug 22, 2024
1 parent 2c4ccee commit 816a8c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# CHANGELOG
# v5.0.0-rc.14
## Fixes
* Fixes the case where `partisan_plumbtree_broadcast` behaviour implementors' callbacks throw an exception which would crash the broadcast server.
* Replace use of RPC in `partisan_plumbtree_broadcast` and use
`partisan_gen_server:call/3` instead
* Other minor fixes


# v5.0.0-rc.13
## Fixes
* set `distance_enabled` options to `false` by default.
Expand Down
2 changes: 1 addition & 1 deletion src/partisan.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{description,
"Partisan is a scalable and flexible, TCP-based membership system and distribution layer for the BEAM."
},
{vsn, "5.0.0-rc.13"},
{vsn, "5.0.0-rc.14"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 816a8c7

Please sign in to comment.