Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iLexN committed Mar 5, 2021
1 parent a594bbb commit ef4491c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.0.0] - 2020-03-05
### Added
- Support PHP 8

### Removed
- Drop Support PHP 7

## [3.1.2] - 2020-06-09
### Added
- Reuse the class in Helper
Expand Down Expand Up @@ -61,6 +68,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Remove PHP<=7.0 support

## [1.0.6] - 2016-01-04
[4.0.0]: https://github.com/iLexN/HKID-Check-Digit/compare/3.1.2...4.0.0
[3.1.2]: https://github.com/iLexN/HKID-Check-Digit/compare/3.1.1...3.1.2
[3.1.1]: https://github.com/iLexN/HKID-Check-Digit/compare/3.1.0...3.1.1
[3.1.0]: https://github.com/iLexN/HKID-Check-Digit/compare/3.0.0...3.1.0
Expand Down
5 changes: 5 additions & 0 deletions dev/create-change-log.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
new DefaultFormatter('https://github.com/iLexN/HKID-Check-Digit/compare')
);

$c->addRelease((new Release('4.0.0','2020-03-05'))
->added('Support PHP 8')
->removed('Drop Support PHP 7')
);

$c->addRelease((new Release('3.1.2','2020-06-09'))
->added('Reuse the class in Helper')
);
Expand Down

0 comments on commit ef4491c

Please sign in to comment.