Skip to content

Commit aa035c5

Browse files
committed
0.6.0
1 parent d870f3f commit aa035c5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
v0.6.0
2+
- Enhancement: block on startup while attempting first load https://github.com/kyleaa/libcluster_ec2/pull/20
3+
- Enhancement: allow optional disable of debug logging https://github.com/kyleaa/libcluster_ec2/pull/21/files
4+
15
v0.5.0
26
- Enhancement: add ability to configure ip_to_nodename function. https://github.com/kyleaa/libcluster_ec2/pull/17
7+
38
v0.4.2
49
- Bug fix: correct public IP address detection with tags strategy https://github.com/kyleaa/libcluster_ec2/pull/16
510

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ClusterEC2.Mixfile do
44
def project do
55
[
66
app: :libcluster_ec2,
7-
version: "0.5.0",
7+
version: "0.6.0",
88
elixir: "~> 1.4",
99
name: "libcluster_ec2",
1010
source_url: "https://github.com/kyleaa/libcluster_ec2",

0 commit comments

Comments
 (0)