aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Letan <contact@thomasletan.fr>2018-03-08 21:50:38 +0100
committerThomas Letan <contact@thomasletan.fr>2018-03-08 21:50:38 +0100
commit45bdb23a92108d20c4d9e2bde064b95908c090fd (patch)
tree9c81001b8cb41688883abaac8d293679fc5d072d
parentrefactor: Rely on the Instance to notify puppeteers (diff)
release: lkn_core 0.4.2
-rw-r--r--ChangeLog.md9
-rw-r--r--mix.exs2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 16a318e..4f2ee4c 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,14 @@
# ChangeLog
+## lkn_core 0.4.2
+
+* Rely on the Instance to notify the registered Puppeteers. We were using a
+ Registry before, but the latter are not very tolerant with process crash.
+
+## lkn_core 0.4.1
+
+* Fix a minor error in the System module interface
+
## lkn_core 0.4.0
* **[Breaking Change]** It is no possible to send per-system options when
diff --git a/mix.exs b/mix.exs
index 3d9d919..551337d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -5,7 +5,7 @@ defmodule Lkn.Mixfile do
[
app: :lkn_core,
name: "lkn-core",
- version: "0.4.1",
+ version: "0.4.2",
elixir: "~> 1.5",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,