From 6e39f30c5538eb3dc51277e30963129eecf7baee Mon Sep 17 00:00:00 2001 From: Jason Maurer Date: Sun, 23 Apr 2023 00:22:51 -0600 Subject: [PATCH] v1.1.0 --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acd2eef..fd707b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.1.0 + +- Added health checks config option +- Changed default network type to `:private` instead of `:public` +- Added instructions for configuring with releases and firewalls + ## v1.0.0 - Initial release 🎉 diff --git a/mix.exs b/mix.exs index 5a073f7..3931053 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule ClusterDroplet.MixProject do def project do [ app: :libcluster_droplet, - version: "1.0.0", + version: "1.1.0", elixir: "~> 1.13", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,