Skip to content

Commit

Permalink
1.4.1 update (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerhunter authored May 27, 2020
1 parent 5669194 commit eea7637
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.4.0
1.4.1

## 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.1
* Fix bug in [#43](https://github.com/Dwolla/dwolla-swagger-php/pull/43) to replace null-coalesce operator with backwards-compatible ternary.

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

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.4.0";
protected $user_agent = "php-swagger-1.4.1";

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

0 comments on commit eea7637

Please sign in to comment.