Skip to content

Commit aee3818

Browse files
authored
Update changelog.md
1 parent d7e0f5f commit aee3818

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

changelog.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [9.5.0] - 2022-10-06
10+
### Added
11+
* Improved performance api handles #576
12+
13+
### Changed
14+
* Cache query optimize. v2 #580
15+
* Optimize StateServiceInterface #582
16+
17+
### Fixed
18+
* Memory leak. StateServiceInterface #583
19+
920
## [9.4.0] - 2022-09-29
1021
### Added
1122
* Add support Model::preventSilentlyDiscardingAttributes() #574 #572
@@ -933,7 +944,8 @@ The operation is now executed in the transaction and updates the new `refund` fi
933944
- Exceptions: AmountInvalid, BalanceIsEmpty.
934945
- Models: Transfer, Transaction.
935946

936-
[Unreleased]: https://github.com/bavix/laravel-wallet/compare/9.4.0...develop
947+
[Unreleased]: https://github.com/bavix/laravel-wallet/compare/9.5.0...master
948+
[9.5.0]: https://github.com/bavix/laravel-wallet/compare/9.4.0...9.5.0
937949
[9.4.0]: https://github.com/bavix/laravel-wallet/compare/9.3.0...9.4.0
938950
[9.3.0]: https://github.com/bavix/laravel-wallet/compare/9.2.0...9.3.0
939951
[9.2.0]: https://github.com/bavix/laravel-wallet/compare/9.1.0...9.2.0

0 commit comments

Comments
 (0)