Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleaa committed Jan 16, 2018
1 parent 2e0146d commit 482ebd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.2.1
- Bug fix: Reconnection error handling. https://github.com/kyleaa/libcluster_ec2/pull/6

v0.2.0
- Enhancement: Add error handling for AWS/EC2 API calls. In the event of a failure to communicate, maintain current node list. https://github.com/kyleaa/libcluster_ec2/pull/4

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ClusterEC2.Mixfile do

def project do
[app: :libcluster_ec2,
version: "0.2.0",
version: "0.2.1",
elixir: "~> 1.4",
name: "libcluster_ec2",
source_url: "https://github.com/kyleaa/libcluster_ec2",
Expand Down

0 comments on commit 482ebd1

Please sign in to comment.