diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fd1cd9..8a4fe07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.2.0] - 2022-09-26 +- Updated payment methods registration. +- Updated for Sisow via Buckaroo integration (pronamic/wp-pronamic-pay-sisow#3). + ## [4.1.0] - 2022-04-11 - No longer catch exception, should be handled downstream. - No longer use core gateway mode. @@ -115,7 +119,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [1.0.0] - 2015-01-19 - First release. -[unreleased]: https://github.com/wp-pay-gateways/buckaroo/compare/4.1.0...HEAD +[unreleased]: https://github.com/wp-pay-gateways/buckaroo/compare/4.2.0...HEAD +[4.2.0]: https://github.com/pronamic/wp-pronamic-pay-buckaroo/compare/4.1.0...4.2.0 [4.1.0]: https://github.com/wp-pay-gateways/buckaroo/compare/4.0.0...4.1.0 [4.0.0]: https://github.com/wp-pay-gateways/buckaroo/compare/3.0.2...4.0.0 [3.0.2]: https://github.com/wp-pay-gateways/buckaroo/compare/3.0.1...3.0.2 diff --git a/package.json b/package.json index c872d09..c6ff42a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buckaroo", - "version": "4.1.0", + "version": "4.2.0", "description": "Buckaroo driver for the WordPress payment processing library.", "repository": { "type": "git",