Updated changelog and version number for v2.2.20
This commit is contained in:
parent
b88a7f6978
commit
d6d1431895
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user