From 9763d706a694ae4d5d1a5be090c0c62e05153383 Mon Sep 17 00:00:00 2001 From: Maxim Babichev Date: Fri, 26 Nov 2021 20:29:42 +0300 Subject: [PATCH] Update changelog.md --- changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1051234..bcc2bd2 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.0] - 2021-11-26 +### Added +- closed the third party library with its interface + ## [4.0.0] - 2021-11-25 ### Added - support laravel-wallet ^7.0 @@ -47,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add class provider `RateServiceProvider`. - Add class rate for laravel-wallet `Rate`. -[Unreleased]: https://github.com/bavix/laravel-wallet-swap/compare/4.0.0...develop +[Unreleased]: https://github.com/bavix/laravel-wallet-swap/compare/4.1.0...develop +[4.1.0]: https://github.com/bavix/laravel-wallet-swap/compare/4.0.0...4.1.0 [4.0.0]: https://github.com/bavix/laravel-wallet-swap/compare/3.0.0...4.0.0 [3.0.0]: https://github.com/bavix/laravel-wallet-swap/compare/2.0.0...3.0.0 [2.0.0]: https://github.com/bavix/laravel-wallet-swap/compare/1.1.0...2.0.0