Skip to content

Commit

Permalink
1.4.0 update (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerhunter authored May 26, 2020
1 parent 62054f8 commit e673849
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Additionally, temporary PHP 7.4 support was added using these replaces:

## Version

1.3.0
1.4.0

## Installation

Expand Down Expand Up @@ -161,6 +161,9 @@ Each model represents the different kinds of requests and responses that can be

## Changelog

1.4.0
* Add temporary support fix for PHP 7.4. [Issue #41](https://github.com/Dwolla/dwolla-swagger-php/issues/41). (Thanks @oprypkhantc!)

1.3.0
* Add support for custom headers on all requests. (e.g. [Idempotency-Key](https://docs.dwolla.com/#idempotency-key) header)

Expand Down
2 changes: 1 addition & 1 deletion lib/ApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ApiClient {
/*
* @var string user agent of the HTTP request, set to "PHP-Swagger" by default
*/
protected $user_agent = "php-swagger-1.3.0";
protected $user_agent = "php-swagger-1.4.0";

/**
* @param string $host Base url of the API server (optional)
Expand Down

0 comments on commit e673849

Please sign in to comment.