1# Change Log23All notable changes to this project will be documented in this file.45<!-- bureaucrate goes here -->67## [0.1.5] - 2023-02-1489### Added1011- `unstake_partial` extrinsic.1213## [0.1.4] - 2023-01-311415### Changed1617- Balance reservation when calling the unstake method is removed.18 Now the locked balance (by AppPromo) does not change until the unlock interval expires.1920## [0.1.3] - 2022-12-252122### Fixed2324- Benchmarks for `payoutStakers` and `unstake` extrinsics.2526## [0.1.2] - 2022-12-202728### Fixed2930- The behaviour of the `payoutStakers` extrinsic31 in which only one stake is calculated for the last processed staker.3233## [0.1.1] - 2022-12-133435### Added3637- The ability to configure pallet `app-promotion` via the `configuration` pallet.