Skip to content

Commit 66f57f0

Browse files
authored
Merge pull request #239 from leancloud/release
Release 0.14.2
2 parents fb1365d + cfa0655 commit 66f57f0

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.2 Released on 2024-05-11
3+
----
4+
5+
- Require phone number when verify sms code
6+
27
0.14.1 Released on 2021-07-08
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.1';
27+
const VERSION = '0.14.2';
2828

2929
/**
3030
* API Version string

0 commit comments

Comments
 (0)