Skip to content

Commit 4df24e4

Browse files
committed
fix Version
1 parent 859ddda commit 4df24e4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [v0.4.9]- 2023-06-15
6+
7+
#### Added
8+
9+
- none
10+
11+
#### Fixed
12+
13+
- none
14+
15+
#### Changed
16+
17+
- 修改`BaseService::$result`类型为mixed
18+
19+
#### Removed
20+
21+
- none
22+
523
## [v0.4.8]- 2023-06-06
624

725
#### Added

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ class Version {
2121
/**
2222
* 版本号
2323
*/
24-
const VERSION = '0.4.8';
24+
const VERSION = '0.4.9';
2525
}

0 commit comments

Comments
 (0)