Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 972 Bytes

CHANGELOG.md

File metadata and controls

29 lines (21 loc) · 972 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1.0.0 - 2022-08-20

The project has been around for nearly two years now, so I'm bumping the version to v1.0.0.

Fixed

  • There was a bug reported where in some cases the payee_node_key wasn't calculated correctly.

Removed

  • The minimum supported PHP version is now PHP 7.4.0.

Added

  • The CI process now tests compatibility with PHP 8.1.0 as well.

v0.2.0 - 2021-12-07

Added

  • Added support for PHP 8.0.0.

[v0.1.0] - 2021-01-26

First version