Skip to content

Commit

Permalink
v.0.8.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle A Anderson <[email protected]>
  • Loading branch information
kyleaa committed May 30, 2024
1 parent a6ddfe4 commit b11f199
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.8.2
- Bug fix: Fetch instance metadata at startup only https://github.com/kyleaa/libcluster_ec2/pull/38

v0.8.1
- Bug fix: relax ex_aws requirement https://github.com/kyleaa/libcluster_ec2/pull/34

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.8.1",
version: "0.8.2",
elixir: "~> 1.4",
name: "libcluster_ec2",
source_url: "https://github.com/kyleaa/libcluster_ec2",
Expand Down

0 comments on commit b11f199

Please sign in to comment.