Skip to content

Commit aec019a

Browse files
authored
Update changelog.md
1 parent 91fae5a commit aec019a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

changelog.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115115
- interface `Product`
116116
- method `CartPay::paid`
117117

118+
## [8.4.3] - 2023-02-05
119+
### Fixed
120+
- Fixed infinite lock
121+
118122
## [8.4.2] - 2022-12-29
119123
### Fixed
120124
- fix withdraw/transfer
@@ -194,6 +198,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
194198
### Removed
195199
- Removed php 7.4 support
196200

201+
## [7.3.6] - 2023-02-05
202+
### Fixed
203+
- Fixed infinite lock
204+
197205
## [7.3.5] - 2022-12-29
198206
### Fixed
199207
- fix withdraw/transfer
@@ -980,7 +988,8 @@ The operation is now executed in the transaction and updates the new `refund` fi
980988
[9.0.3]: https://github.com/bavix/laravel-wallet/compare/9.0.2...9.0.3
981989
[9.0.2]: https://github.com/bavix/laravel-wallet/compare/9.0.1...9.0.2
982990
[9.0.1]: https://github.com/bavix/laravel-wallet/compare/9.0.0...9.0.1
983-
[9.0.0]: https://github.com/bavix/laravel-wallet/compare/8.4.2...9.0.0
991+
[9.0.0]: https://github.com/bavix/laravel-wallet/compare/8.4.3...9.0.0
992+
[8.4.3]: https://github.com/bavix/laravel-wallet/compare/8.4.2...8.4.3
984993
[8.4.2]: https://github.com/bavix/laravel-wallet/compare/8.4.1...8.4.2
985994
[8.4.1]: https://github.com/bavix/laravel-wallet/compare/8.4.0...8.4.1
986995
[8.4.0]: https://github.com/bavix/laravel-wallet/compare/8.3.0...8.4.0
@@ -995,7 +1004,8 @@ The operation is now executed in the transaction and updates the new `refund` fi
9951004
[8.0.3]: https://github.com/bavix/laravel-wallet/compare/8.0.2...8.0.3
9961005
[8.0.2]: https://github.com/bavix/laravel-wallet/compare/8.0.1...8.0.2
9971006
[8.0.1]: https://github.com/bavix/laravel-wallet/compare/8.0.0...8.0.1
998-
[8.0.0]: https://github.com/bavix/laravel-wallet/compare/7.3.5...8.0.0
1007+
[8.0.0]: https://github.com/bavix/laravel-wallet/compare/7.3.6...8.0.0
1008+
[7.3.6]: https://github.com/bavix/laravel-wallet/compare/7.3.5...7.3.6
9991009
[7.3.5]: https://github.com/bavix/laravel-wallet/compare/7.3.4...7.3.5
10001010
[7.3.4]: https://github.com/bavix/laravel-wallet/compare/7.3.3...7.3.4
10011011
[7.3.3]: https://github.com/bavix/laravel-wallet/compare/7.3.2...7.3.3

0 commit comments

Comments
 (0)