@@ -6,6 +6,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 6.2.0] - 2021-10-29
10+ ### Added
11+ - ECS
12+ - Added new exception ` UnconfirmedInvalid `
13+
14+ ### Changed
15+ - Raised the minimum php version ` 7.4+ `
16+ - Merged migrations
17+
18+ ### Deprecated
19+ - class ` Storable `
20+ - class ` Rateable `
21+ - interface ` Mathable `
22+ - class ` Bring `
23+ - method ` Cart::alreadyBuy `
24+ - method ` Cart::canBuy `
25+ - class ` EmptyLock `
26+ - class ` Operation `
27+ - method ` CommonService::verifyWithdraw `
28+ - method ` CommonService::multiOperation `
29+ - method ` CommonService::assemble `
30+ - method ` CommonService::multiBrings `
31+ - method ` CommonService::addBalance `
32+ - class ` DbService `
33+ - class ` ExchangeService `
34+ - class ` LockService `
35+ - class ` MetaService `
36+ - method ` WalletService::discount `
37+ - method ` WalletService::decimalPlacesValue `
38+ - method ` WalletService::decimalPlaces `
39+ - method ` WalletService::checkAmount `
40+ - method ` WalletService::refresh `
41+ - method ` WalletService::adjustment `
42+ - class ` BrickMath `
43+ - class ` Rate `
44+ - class ` Store `
45+
946## [ 6.1.0] - 2021-04-18
1047### Added
1148- Added Github Actions
@@ -630,7 +667,8 @@ The operation is now executed in the transaction and updates the new `refund` fi
630667- Exceptions: AmountInvalid, BalanceIsEmpty.
631668- Models: Transfer, Transaction.
632669
633- [ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/6.1.0...develop
670+ [ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/6.2.0...develop
671+ [ 6.2.0 ] : https://github.com/bavix/laravel-wallet/compare/6.1.0...6.2.0
634672[ 6.1.0 ] : https://github.com/bavix/laravel-wallet/compare/6.0.4...6.1.0
635673[ 6.0.4 ] : https://github.com/bavix/laravel-wallet/compare/6.0.3...6.0.4
636674[ 6.0.3 ] : https://github.com/bavix/laravel-wallet/compare/6.0.2...6.0.3
0 commit comments