Updated changelog and version number for v2.2.20

This commit is contained in:
Pieter Poorthuis 2018-03-28 12:30:37 +02:00
parent b88a7f6978
commit d6d1431895
3 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2.2.20] - 2018-03-28
### Fixed
- Fixed failing phpunit tests (#262)
- Fixed DateTime zone issues (#261)
- Fixed $invoice->getPaymentTotals() returns subTotals instead (#264)
## [2.2.19] - 2018-03-08
### Added

View File

@ -1 +1 @@
2.2.19
2.2.20

View File

@ -26,7 +26,7 @@ interface ClientInterface
* @see RFC2616 section 14.43 for User-Agent Format
*/
const NAME = 'BitPay PHP-Client';
const VERSION = '2.2.19';
const VERSION = '2.2.20';
//public function createApplication(ApplicationInterface $application);