aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlthms <contact@thomasletan.fr>2018-01-13 20:35:09 +0000
committerThomas Letan <contact@thomasletan.fr>2018-01-24 08:11:29 +0100
commite16d33007ba7aa58679d0aca755596391d4ddc6f (patch)
tree3143c353af2acc560960b980108bd546379afb93
parentsystems: Allow to inject per-system options when registering a puppet (diff)
release: lkn_core 0.4.0
-rw-r--r--ChangeLog.md7
-rw-r--r--mix.exs2
2 files changed, 8 insertions, 1 deletions
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,