aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Letan <contact@thomasletan.fr>2018-05-03 08:19:22 +0200
committerThomas Letan <contact@thomasletan.fr>2018-05-03 08:19:22 +0200
commitf3024c36aa003ec8f2c4892745aa11663ae5d8cb (patch)
tree4d8c563206a7c7645b0b8628c1090da0735ea42f
parentchore: Fix a warning due to a trailing comma in a macro (diff)
release: lkn_core 0.4.3HEADmain
-rw-r--r--ChangeLog.md6
-rw-r--r--mix.exs2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 4f2ee4c..ea4099e 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,11 @@
# ChangeLog
+## lkn_core 0.4.3
+
+* The Instance now proxifies all requests targeting Systems, to reduce the risk
+ of race conditions while registering new Puppets.
+* Bump several development dependencies
+
## lkn_core 0.4.2
* Rely on the Instance to notify the registered Puppeteers. We were using a
diff --git a/mix.exs b/mix.exs
index d8913f0..f69222f 100644
--- a/mix.exs
+++ b/mix.exs
@@ -5,7 +5,7 @@ defmodule Lkn.Mixfile do
[
app: :lkn_core,
name: "lkn-core",
- version: "0.4.2",
+ version: "0.4.3",
elixir: "~> 1.5",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,