diff --git a/CHANGELOG b/CHANGELOG index ed90eedbc3d49060f7eedc4bdd5389ff3781f695..38895931ce3cc1003f0dfec3959522b2df168d0c 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)