1# Change Log23All notable changes to this project will be documented in this file.45<!-- bureaucrate goes here -->6## [0.1.6] - 2023-04-1978- ### Fixed910- Useless `on_runtime_upgrade()` has been removed1112## [0.1.5] - 2023-02-141314### Added1516- `unstake_partial` extrinsic.1718## [0.1.4] - 2023-01-311920### Changed2122- Balance reservation when calling the unstake method is removed.23 Now the locked balance (by AppPromo) does not change until the unlock interval expires.2425## [0.1.3] - 2022-12-252627### Fixed2829- Benchmarks for `payoutStakers` and `unstake` extrinsics.3031## [0.1.2] - 2022-12-203233### Fixed3435- The behaviour of the `payoutStakers` extrinsic36 in which only one stake is calculated for the last processed staker.3738## [0.1.1] - 2022-12-133940### Added4142- The ability to configure pallet `app-promotion` via the `configuration` pallet.