diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc5ab0..3ccd46c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.2.0] - 2022-09-26 +- Updated for new payment methods and fields registration. + ## [4.1.1] - 2022-08-15 - Fixed not showing error messages if form success action is not 'message'. @@ -78,7 +81,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## 1.0.0 - 2015-11-05 - First release. -[unreleased]: https://github.com/pronamic/wp-pronamic-pay-formidable-forms/compare/4.1.1...HEAD +[unreleased]: https://github.com/pronamic/wp-pronamic-pay-formidable-forms/compare/4.2.0...HEAD +[4.2.0]: https://github.com/pronamic/wp-pronamic-pay-formidable-forms/compare/4.1.1...4.2.0 [4.1.1]: https://github.com/pronamic/wp-pronamic-pay-formidable-forms/compare/4.1.0...4.1.1 [4.1.0]: https://github.com/wp-pay-extensions/formidable-forms/compare/4.0.0...4.1.0 [4.0.0]: https://github.com/wp-pay-extensions/formidable-forms/compare/3.0.0...4.0.0 diff --git a/package.json b/package.json index 0b07397..c4b9658 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formidable-forms", - "version": "4.1.1", + "version": "4.2.0", "description": "Formidable Forms driver for the WordPress payment processing library.", "repository": { "type": "git",