From e16d33007ba7aa58679d0aca755596391d4ddc6f Mon Sep 17 00:00:00 2001 From: lthms Date: Sat, 13 Jan 2018 20:35:09 +0000 Subject: release: lkn_core 0.4.0 --- ChangeLog.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index d1385c7..16a318e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,12 @@ # ChangeLog +## lkn_core 0.4.0 + +* **[Breaking Change]** It is no possible to send per-system options when + registering a puppet +* **[Breaking Change]** Rename the `key` argument of the cast/call of a + Puppeteer into the more straightforward `puppeteer_key` + ## lkn_core 0.3.0 * When an instance was killed (once empty), its pool was crashing. diff --git a/mix.exs b/mix.exs index 60c7575..d6d813a 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Lkn.Mixfile do [ app: :lkn_core, name: "lkn-core", - version: "0.3.0", + version: "0.4.0", elixir: "~> 1.5", build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod, -- cgit v1.2.3