Skip to content

Commit

Permalink
bump version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huangnauh committed Apr 2, 2020
1 parent 277e97f commit 9bdf279
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# UPYUN Go SDK ChangeLog

## Version 2.2.0 (2020.4.1)

### features

1. move file
2. copy file
3. output the folder to Json format

## Version 2.1.0 (2017.2.14)

### features
Expand Down
2 changes: 1 addition & 1 deletion upyun/upyun.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
version = "2.1.0"
version = "2.2.0"

defaultChunkSize = 32 * 1024
defaultConnectTimeout = time.Second * 60
Expand Down

0 comments on commit 9bdf279

Please sign in to comment.