diff --git a/riak_repl/CHANGELOG.md b/riak_repl/CHANGELOG.md index dad2dd03bb..a8ae983415 100644 --- a/riak_repl/CHANGELOG.md +++ b/riak_repl/CHANGELOG.md @@ -2,19 +2,34 @@ ## 1.0.1 - * [FIX] Add a condition to check that `rt_sink_connected_to` is a dict before collecting `sink_stats` +***Fixed***: + +* Add a condition to check that `rt_sink_connected_to` is a dict before collecting `sink_stats` + ## 1.0.0 - * [FEATURE] Adds realtime_queue_stats metrics for consumers - * [FEATURE] Adds realtime source/sink connection stats - * [UPDATE] `fullsync_coordinator` metrics changed from `riak_repl.fullsync_coordinator..` to `riak_repl.fullsync_coordinator.` with a cluster tag - * [FIX] Implement tests to ensure replication is enabled before expecting stats +***Added***: + +* Adds realtime_queue_stats metrics for consumers +* Adds realtime source/sink connection stats +* `fullsync_coordinator` metrics changed from `riak_repl.fullsync_coordinator..` to `riak_repl.fullsync_coordinator.` with a cluster tag + +***Fixed***: + +* Implement tests to ensure replication is enabled before expecting stats + ## 0.0.2 - * [FEATURE] Adds basic fullsync_coordinator metrics +***Added***: + +* Adds basic fullsync_coordinator metrics + ## 0.0.1 -* [FEATURE] Adds riak-repl integration +***Added***: + +* Adds riak-repl integration +