Skip to content

Commit

Permalink
chore: bump version, update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Suhayb Wardany <[email protected]>
  • Loading branch information
suwardany committed Sep 21, 2019
1 parent 7b2c578 commit a8967a2
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### v4.0.1 - 2019-09-21

`FIXED`

- `array_get` references.

### v4.0.0 - 2019-08-30

- BC Break: PHP 7.2 is the minimum required PHP version
Expand Down
4 changes: 2 additions & 2 deletions src/Converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* bundled with this package in the LICENSE file.
*
* @package Converter
* @version 4.0.0
* @version 4.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
* @link https://cartalyst.com
*/

namespace Cartalyst\Converter;
Expand Down
4 changes: 2 additions & 2 deletions src/Exchangers/ExchangerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* bundled with this package in the LICENSE file.
*
* @package Converter
* @version 4.0.0
* @version 4.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
* @link https://cartalyst.com
*/

namespace Cartalyst\Converter\Exchangers;
Expand Down
4 changes: 2 additions & 2 deletions src/Exchangers/NativeExchanger.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* bundled with this package in the LICENSE file.
*
* @package Converter
* @version 4.0.0
* @version 4.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
* @link https://cartalyst.com
*/

namespace Cartalyst\Converter\Exchangers;
Expand Down
4 changes: 2 additions & 2 deletions src/Exchangers/OpenExchangeRatesExchanger.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* bundled with this package in the LICENSE file.
*
* @package Converter
* @version 4.0.0
* @version 4.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
* @link https://cartalyst.com
*/

namespace Cartalyst\Converter\Exchangers;
Expand Down
4 changes: 2 additions & 2 deletions src/Laravel/ConverterServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* bundled with this package in the LICENSE file.
*
* @package Converter
* @version 4.0.0
* @version 4.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
* @link https://cartalyst.com
*/

namespace Cartalyst\Converter\Laravel;
Expand Down
4 changes: 2 additions & 2 deletions src/Laravel/Facades/Converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* bundled with this package in the LICENSE file.
*
* @package Converter
* @version 4.0.0
* @version 4.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
* @link https://cartalyst.com
*/

namespace Cartalyst\Converter\Laravel\Facades;
Expand Down
4 changes: 2 additions & 2 deletions src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* bundled with this package in the LICENSE file.
*
* @package Converter
* @version 4.0.0
* @version 4.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
* @link https://cartalyst.com
*/

return [
Expand Down
4 changes: 2 additions & 2 deletions tests/ConverterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* bundled with this package in the LICENSE file.
*
* @package Converter
* @version 4.0.0
* @version 4.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
* @link https://cartalyst.com
*/

namespace Cartalyst\Converter\Tests;
Expand Down

0 comments on commit a8967a2

Please sign in to comment.