Skip to content

Commit

Permalink
bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
polym committed Feb 14, 2017
1 parent 7871d21 commit a71208d
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.1.0 (2017.2.14)

### features

1. restruct go sdk
2. support new signature
3. more flexible

## Version 2.0.0 (2015.12.30)

### 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 = "0.1.0"
version = "2.1.0"

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

0 comments on commit a71208d

Please sign in to comment.