diff --git a/changelog.md b/changelog.md index cc4fc0ffc..2bf680198 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.4.0] - 2019-05-14 ### Added - Add zh-CN trans. @MoeCasts - Add ru trans @@ -235,7 +237,8 @@ The operation is now executed in the transaction and updates the new `refund` fi - Exceptions: AmountInvalid, BalanceIsEmpty. - Models: Transfer, Transaction. -[Unreleased]: https://github.com/bavix/laravel-wallet/compare/2.3.2...HEAD +[Unreleased]: https://github.com/bavix/laravel-wallet/compare/2.4.0...HEAD +[2.4.0]: https://github.com/bavix/laravel-wallet/compare/2.3.2...2.4.0 [2.3.2]: https://github.com/bavix/laravel-wallet/compare/2.3.1...2.3.2 [2.3.1]: https://github.com/bavix/laravel-wallet/compare/2.3.0...2.3.1 [2.3.0]: https://github.com/bavix/laravel-wallet/compare/2.2.2...2.3.0 diff --git a/composer.json b/composer.json index c4aae7d80..5199a0f83 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ ] }, "branch-alias": { - "dev-master": "2.4-dev" + "dev-master": "2.5-dev" } }, "config": {