diff --git a/CHANGELOG b/CHANGELOG index be6b2796..f2baec6f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,13 @@ # Change Log -## [7.1.1] 08/11/2018 -1057 +## [8.0.0] 10/03/2018 + * Switched to Google UUID implementation (#1057) +* Fixed bugs with too many open files (#1078) +* Removed STUN support for proxy peers (#1086) +* Completely removed DNS lookup for DHT. Only SRV is used +* Fixed macOS version display (#1077) +* Fixed several appearance of corrupted data bug (#899) ## [7.1.0] 07/24/2018 diff --git a/VERSION b/VERSION index 21c8c7b4..ae9a76b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.1 +8.0.0 diff --git a/lib/utils_test.go b/lib/utils_test.go index e9de4a34..e377046d 100644 --- a/lib/utils_test.go +++ b/lib/utils_test.go @@ -155,7 +155,7 @@ func TestSrvLookup(t *testing.T) { domain string } res := make(map[int]string) - res[0] = "eu0.cdn.subutai.io.:6881" + res[0] = "prod-bazaar-eu-1.s.optdyn.com.:6881" tests := []struct { name string args args