From be0957be25400bf5c14523f69413c7cc0ede1e31 Mon Sep 17 00:00:00 2001
From: Maxb <bittmanmax@gmail.com>
Date: Tue, 13 Aug 2024 11:36:55 -0700
Subject: [PATCH] Version v1.1.0

---
 CHANGELOG | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index ed90eed..3889593 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,25 @@
 # Changelog
 
+<a name="v1.1.0"></a>
+## [v1.1.0](https://0xacab.org/leap/obfsvpn/compare/v1.0.0...v1.1.0) (2024-08-05)
+
+### Feature
+
+* Add additional KCP flags to obfsvpn server and client
+* Add GetKCPStats function
+* Change defaults to turbo mode
+
+### Fix
+
+* Properly pass kcp configs to server listener
+* Fix KCP listener config
+* Fix hop-kcp integration test, which was running as obfs4 hopping pt due to the checks in images/obfsvpn-client/start.sh . Small refactoring so that we require less services to be bootstrapped
+
+* Always close clients UDP connection on localhost:8080 when stopping obfsvpn
+* Always send state updates via EventLogger in case it is not nil
+* fix method naming for newFFIClient()
+
+
 <a name="v1.0.0"></a>
 ## [v1.0.0](https://0xacab.org/leap/obfsvpn/compare/v0.1.0...v1.0.0) (2024-05-14)
 
-- 
GitLab