Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleaa committed May 3, 2019
1 parent a896f90 commit 33b93a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ by adding `libcluster_ec2` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:libcluster_ec2, "~> 0.4"}]
[{:libcluster_ec2, "~> 0.5"}]
end
```
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.4.2",
version: "0.5.0",
elixir: "~> 1.4",
name: "libcluster_ec2",
source_url: "https://github.com/kyleaa/libcluster_ec2",
Expand Down

0 comments on commit 33b93a7

Please sign in to comment.