File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 3.2.0] - 2019-08-16
10+ ### Added
11+ - Race condition problem resolved #82 @kak2z7702 #22 @sidor555
12+ - Add Code Climate service
13+ - Add support lumen (update docs)
14+
15+ ### Changed
16+ - Optimize code
17+ - More unit tests, test fixes
18+
919## [ 3.1.6] - 2019-08-08
1020### Added
1121- Add support laravel cashier #87 @imhuso
@@ -384,7 +394,8 @@ The operation is now executed in the transaction and updates the new `refund` fi
384394- Exceptions: AmountInvalid, BalanceIsEmpty.
385395- Models: Transfer, Transaction.
386396
387- [ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/3.1.6...HEAD
397+ [ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/3.2.0...HEAD
398+ [ 3.2.0 ] : https://github.com/bavix/laravel-wallet/compare/3.1.6...3.2.0
388399[ 3.1.6 ] : https://github.com/bavix/laravel-wallet/compare/3.1.5...3.1.6
389400[ 3.1.5 ] : https://github.com/bavix/laravel-wallet/compare/3.1.4...3.1.5
390401[ 3.1.4 ] : https://github.com/bavix/laravel-wallet/compare/3.1.3...3.1.4
You can’t perform that action at this time.
0 commit comments