Skip to content

Commit

Permalink
v0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleaa committed Jan 31, 2024
1 parent 61a95b2 commit c50d97b
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.1
- Bug fix: relax ex_aws requirement https://github.com/kyleaa/libcluster_ec2/pull/34

v0.8.0
- Enhancement: Support IMDSv2 (Requires ExAws 2.3.2 minimum) https://github.com/kyleaa/libcluster_ec2/pull/33

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

0 comments on commit c50d97b

Please sign in to comment.