We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f1dda commit 3db7d01Copy full SHA for 3db7d01
docs/changelog.md
@@ -2,6 +2,24 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [v0.4.5]- 2022-04-01
6
+
7
+#### Added
8
9
+- none
10
11
+#### Fixed
12
13
+- 优化`EncryptHelper::authcode`
14
15
+#### Changed
16
17
18
19
+#### Removed
20
21
22
23
## [v0.4.4]- 2022-01-14
24
25
#### Added
src/Version.php
@@ -21,5 +21,5 @@ class Version {
/**
* 版本号
*/
- const VERSION = '0.4.4';
+ const VERSION = '0.4.5';
}
0 commit comments