Skip to content

Commit be45aae

Browse files
committed
chore: update changelog and bump version
1 parent 8cb07e1 commit be45aae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## 1.0.7
4+
- Add an example of base64 encoding and decoding to queue_example.go.
5+
- Add support for dynamic credentials.
6+
37
## 1.0.6
48
- Added an example of HTTP endpoint subscription in `topic_example.go`.
59
- Added an example of HTTP authorization in `http_authorization.go`.

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package ali_mns
22

33
const (
44
SdkName = "aliyun-sdk-go"
5-
Version = "1.0.6"
5+
Version = "1.0.7"
66
)

0 commit comments

Comments
 (0)