Skip to content

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgq committed Feb 8, 2021
1 parent 8ffb2f8 commit 0c83935
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.0.0] - 2021-02-08
### Changed
- Raised the minimum required version of PHP to 8.0.
- Removed support for HHVM.
Expand Down Expand Up @@ -74,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[Unreleased]: https://github.com/jmgq/php-a-star/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/jmgq/php-a-star/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/jmgq/php-a-star/compare/v1.2.0...v2.0.0
[1.2.0]: https://github.com/jmgq/php-a-star/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/jmgq/php-a-star/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/jmgq/php-a-star/compare/v1.1.0...v1.1.1
Expand Down

0 comments on commit 0c83935

Please sign in to comment.