Browse Source

Update documentation

世界 2 years ago
parent
commit
73c068b96f
2 changed files with 6 additions and 1 deletions
  1. 1 1
      constant/version.go
  2. 5 0
      docs/changelog.md

+ 1 - 1
constant/version.go

@@ -1,3 +1,3 @@
 package constant
 
-var Version = "1.2-beta2"
+var Version = "1.2-beta3"

+ 5 - 0
docs/changelog.md

@@ -1,3 +1,8 @@
+#### 1.2-beta3
+
+* Update QUIC v2 version number and initial salt
+* Fix shadowtls v3 implementation
+
 #### 1.2-beta2
 
 * Add [ShadowTLS protocol v3](https://github.com/ihciah/shadow-tls/blob/master/docs/protocol-v3-en.md)