@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 5.0.2] - 2020-03-22
10
+ ### Fixed
11
+ - fix ` bindTo ` method (v4.1)
12
+
9
13
## [ 5.0.1] - 2020-03-19
10
14
### Added
11
15
- Added a patch from version 4.2.1 #150
@@ -26,6 +30,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
30
- all deprecated methods are removed
27
31
- ` nesbot/carbon ` is no longer needed for the library to work
28
32
33
+ ## [ 4.2.2] - 2020-03-22
34
+ ### Fixed
35
+ - fix ` bindTo ` method (v4.1)
36
+
29
37
## [ 4.2.1] - 2020-03-19
30
38
### Fixed
31
39
- Fixed wallet recalculate command #150
@@ -35,6 +43,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
43
### Added
36
44
- Add laravel 7 support
37
45
46
+ ## [ 4.1.4] - 2020-03-22
47
+ ### Fixed
48
+ - fix ` bindTo ` method
49
+
50
+ ## [ 4.1.3] - 2020-03-20
51
+ ### Added
52
+ - Added a patch from version 4.2.1 #150
53
+
38
54
## [ 4.1.2] - 2020-01-20
39
55
### Added
40
56
- add ` $amountFloat ` to Transaction model
@@ -477,11 +493,15 @@ The operation is now executed in the transaction and updates the new `refund` fi
477
493
- Exceptions: AmountInvalid, BalanceIsEmpty.
478
494
- Models: Transfer, Transaction.
479
495
480
- [ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/5.0.1...develop
496
+ [ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/5.0.2...develop
497
+ [ 5.0.2 ] : https://github.com/bavix/laravel-wallet/compare/5.0.1...5.0.2
481
498
[ 5.0.1 ] : https://github.com/bavix/laravel-wallet/compare/5.0.0...5.0.1
482
- [ 5.0.0 ] : https://github.com/bavix/laravel-wallet/compare/4.2.1...5.0.0
499
+ [ 5.0.0 ] : https://github.com/bavix/laravel-wallet/compare/4.2.2...5.0.0
500
+ [ 4.2.2 ] : https://github.com/bavix/laravel-wallet/compare/4.2.1...4.2.2
483
501
[ 4.2.1 ] : https://github.com/bavix/laravel-wallet/compare/4.2.0...4.2.1
484
- [ 4.2.0 ] : https://github.com/bavix/laravel-wallet/compare/4.1.2...4.2.0
502
+ [ 4.2.0 ] : https://github.com/bavix/laravel-wallet/compare/4.1.4...4.2.0
503
+ [ 4.1.4 ] : https://github.com/bavix/laravel-wallet/compare/4.1.3...4.1.4
504
+ [ 4.1.3 ] : https://github.com/bavix/laravel-wallet/compare/4.1.2...4.1.3
485
505
[ 4.1.2 ] : https://github.com/bavix/laravel-wallet/compare/4.1.1...4.1.2
486
506
[ 4.1.1 ] : https://github.com/bavix/laravel-wallet/compare/4.1.0...4.1.1
487
507
[ 4.1.0 ] : https://github.com/bavix/laravel-wallet/compare/4.0.1...4.1.0
0 commit comments