Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
Updated changelog and version number for v2.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Poorthuis committed Mar 28, 2018
1 parent b88a7f6 commit d6d1431
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.19
2.2.20
2 changes: 1 addition & 1 deletion src/Bitpay/Client/ClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit d6d1431

Please sign in to comment.