diff --git a/CHANGELOG.md b/CHANGELOG.md index f489a807..2d6f2680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/src/partisan.app.src b/src/partisan.app.src index 99c93558..f00c0bda 100644 --- a/src/partisan.app.src +++ b/src/partisan.app.src @@ -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,