Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleaa committed Oct 22, 2019
1 parent d870f3f commit aa035c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
v0.6.0
- Enhancement: block on startup while attempting first load https://github.com/kyleaa/libcluster_ec2/pull/20
- Enhancement: allow optional disable of debug logging https://github.com/kyleaa/libcluster_ec2/pull/21/files

v0.5.0
- Enhancement: add ability to configure ip_to_nodename function. https://github.com/kyleaa/libcluster_ec2/pull/17

v0.4.2
- Bug fix: correct public IP address detection with tags strategy https://github.com/kyleaa/libcluster_ec2/pull/16

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ClusterEC2.Mixfile do
def project do
[
app: :libcluster_ec2,
version: "0.5.0",
version: "0.6.0",
elixir: "~> 1.4",
name: "libcluster_ec2",
source_url: "https://github.com/kyleaa/libcluster_ec2",
Expand Down

0 comments on commit aa035c5

Please sign in to comment.