Skip to content

Commit

Permalink
fix changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kakuilan committed Oct 31, 2020
1 parent 2082b70 commit d2ba995
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## [v0.2.8]- 2020-10-31
#### Added
- 方法`DateHelper::startOfHour`
- 方法`DateHelper::endOfHour`

#### Fixed
- none

#### Changed
- none

#### Removed
- none

## [v0.2.7]- 2020-10-31
#### Added
- none
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ class Version {
/**
* 版本号
*/
const VERSION = '0.2.7';
const VERSION = '0.2.8';
}

0 comments on commit d2ba995

Please sign in to comment.