Current section

16 Versions

Jump to

Compare versions

17 files changed
+99 additions
-36 deletions
  @@ -1,5 +1,15 @@
1 1 # Changelog
2 2
3 + ## 0.5.7
4 +
5 + * Bug Fixes
6 + * Handlers added to Poller and NodeConnector will now be restarted on crash
7 +
8 + ## 0.5.6
9 +
10 + * Enhancements
11 + * Updated to latest version of Consul-Ex
12 +
3 13 ## 0.5.5
4 14
5 15 * Enhancements
  @@ -1,6 +1,6 @@
1 1 The MIT License (MIT)
2 2
3 - Copyright (c) 2014 Undead Labs, LLC
3 + Copyright (c) 2014-2015 Undead Labs, LLC
4 4
5 5 Permission is hereby granted, free of charge, to any person obtaining a copy
6 6 of this software and associated documentation files (the "Software"), to deal
  @@ -23,4 +23,4 @@
23 23 <<"hash_ring_ex">> => #{<<"app">> => <<"hash_ring_ex">>,
24 24 <<"optional">> => nil,
25 25 <<"requirement">> => <<"~> 1.1">>}}}.
26 - {<<"version">>,<<"0.5.6">>}.
26 + {<<"version">>,<<"0.5.7">>}.
  @@ -1,7 +1,7 @@
1 1 #
2 2 # The MIT License (MIT)
3 3 #
4 - # Copyright (c) 2014 Undead Labs, LLC
4 + # Copyright (c) 2014-2015 Undead Labs, LLC
5 5 #
6 6
7 7 defmodule Discovery do
  @@ -1,7 +1,7 @@
1 1 #
2 2 # The MIT License (MIT)
3 3 #
4 - # Copyright (c) 2014 Undead Labs, LLC
4 + # Copyright (c) 2014-2015 Undead Labs, LLC
5 5 #
6 6
7 7 defmodule Discovery.Directory do
Loading more files…