We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ff73a commit 8049219Copy full SHA for 8049219
CHANGELOG.md
@@ -4,6 +4,20 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/).
4
5
## <a name="unreleased"></a>Unreleased
6
7
+## <a name="v0.8.0"></a>v0.8.0 (2020-12-17)
8
+[Full Changelog](https://github.com/tomzx/php-semver-checker-git/compare/v0.7.1...v0.8.0)
9
+### Added
10
+* Support for PHP 7.3, 7.4, 8.0
11
+
12
+### Changed
13
+* Refactor SuggestCommand [#27](https://github.com/tomzx/php-semver-checker-git/pull/27)
14
+* Replace travis-ci with GitHub actions
15
+* Update `php-semver-checker` to v0.14.0
16
17
+### Removed
18
+* Support for PHP 5.6, 7.0, 7.1 and 7.2
19
+* Use of scrutinizer-ci during CI
20
21
## <a name="v0.7.1"></a>v0.7.1 (2018-02-08)
22
[Full Changelog](https://github.com/tomzx/php-semver-checker-git/compare/v0.7.0...v0.7.1)
23
### Changed
0 commit comments