Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

35 lines (25 loc) · 1.09 KB

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.1] - 2024-07-16

Added

  • Added PHP 8.2 & 8.3 to the test matrix.
  • Bumped protonlabs/bitcoin to stable. Thanks @fr0N73ND3r.

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