aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,