Skip to content

Commit eda8911

Browse files
committed
docs: release 0.14.1
1 parent 93aa3c6 commit eda8911

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

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

2+
0.14.1 Released on 2021-07-08
3+
----
4+
5+
- Fix a bug for uploading files at Chinese regions.
6+
27
0.14.0 Released on 2020-12-15
38
----
49

src/LeanCloud/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Client {
2424
/**
2525
* Client version
2626
*/
27-
const VERSION = '0.14.0';
27+
const VERSION = '0.14.1';
2828

2929
/**
3030
* API Version string

0 commit comments

Comments
 (0)