Skip to content

Commit eaf1ace

Browse files
committed
Update documentation
1 parent a2d1f89 commit eaf1ace

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

constant/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package constant
22

33
var (
4-
Version = "1.1-beta2"
4+
Version = "1.1-beta3"
55
Commit = ""
66
)

docs/changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 1.1-beta3
2+
3+
* Fix using custom TLS client in http2 client
4+
* Fix bugs in 1.1-beta2
5+
16
#### 1.1-beta2
27

38
* Add Clash mode and persistence support **1**

0 commit comments

Comments
 (0)