From e29a396ac6d154219e01c08076adfede148bfd77 Mon Sep 17 00:00:00 2001
From: Anton Pyrogovskyi <anton@wireleap.com>
Date: Thu, 18 Aug 2022 11:14:27 +0200
Subject: [PATCH] add 0.6.1 changelog

---
 changelogs/0.6.1.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 changelogs/0.6.1.md

diff --git a/changelogs/0.6.1.md b/changelogs/0.6.1.md
new file mode 100644
index 0000000..91a3fa4
--- /dev/null
+++ b/changelogs/0.6.1.md
@@ -0,0 +1,20 @@
+# 0.6.1
+
+- Depends on `wireleap/common` v0.3.6.
+
+- `wireleap_tun` bypass API:
+    - `wireleap` no longer creates/uses `bypass.json`
+    - bypass list changes are written directly to `wireleap_tun.sock`
+    - removed dependency on `fsnotify/fsnotify` in `wireleap_tun`
+    - `wireleap_tun` now handles setting IPv6 routes correctly
+    - `wireleap_tun` IPv6 bind failure workaround applied
+    - `tun` will no longer start without a configured service contract
+
+- API call retry interval changed to 150ms (was 100ms), total wait
+  increased to 15s (was 10s)
+
+- Wireleap broker state logic improved wrt race conditions
+
+- git version now includes `+` instead of `-`, marking the extra
+  information at the end of the version number as build info instead of
+  pre-release version suffix as per the semver spec