@@ -6,6 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 9.2.0] - 2022-09-04
10+ ### Updated
11+ - upgrade actions by @rez1dent3 in #541
12+ - Bump size-limit from 8.0.0 to 8.0.1 by @dependabot in #543
13+ - Update rector/rector requirement from ^0.13 to ^0.14 by @dependabot in #544
14+ - Update laravel/cashier requirement from ^13.11 to ^14.0 by @dependabot in #545
15+ - Update linters and rules by @rez1dent3 in #547
16+ - Bump prismjs from 1.28.0 to 1.29.0 by @dependabot in #549
17+
18+ ### Fixed
19+ - Contract phpdoc fix by @rez1dent3 in #551
20+ - fix TestCase by @rez1dent3 in #555
21+
22+ ### Added
23+ - Add telegram link by @rez1dent3 in #553
24+ - Ability to dynamically create a wallet by @rez1dent3 in #550
25+ - Quality tests by @rez1dent3 in #554
26+ - Allow to use atomic service by @rez1dent3 in #548
27+ - docs by @rez1dent3 in #557
28+
29+ ### Changed
30+ - refactoring with new phpstan by @rez1dent3 in #556
31+
932## [ 9.1.0] - 2022-08-08
1033### Added
1134- TransactionCreatedEvent #538
@@ -896,7 +919,8 @@ The operation is now executed in the transaction and updates the new `refund` fi
896919- Exceptions: AmountInvalid, BalanceIsEmpty.
897920- Models: Transfer, Transaction.
898921
899- [ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/9.1.0...develop
922+ [ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/9.2.0...develop
923+ [ 9.2.0 ] : https://github.com/bavix/laravel-wallet/compare/9.1.0...9.2.0
900924[ 9.1.0 ] : https://github.com/bavix/laravel-wallet/compare/9.0.4...9.1.0
901925[ 9.0.4 ] : https://github.com/bavix/laravel-wallet/compare/9.0.3...9.0.4
902926[ 9.0.3 ] : https://github.com/bavix/laravel-wallet/compare/9.0.2...9.0.3
0 commit comments