difftreelog
chore readme.md
in: master
3 files changed
Cargo.lockdiffbeforeafterboth--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5528,7 +5528,7 @@
[[package]]
name = "pallet-app-promotion"
-version = "0.1.1"
+version = "0.1.2"
dependencies = [
"frame-benchmarking",
"frame-support",
pallets/app-promotion/CHANGELOG.mddiffbeforeafterboth1# Change Log23All notable changes to this project will be documented in this file.45<!-- bureaucrate goes here -->67## [0.1.1] - 2022-12-1389### Added1011- The ability to configure pallet `app-promotion` via the `configuration` pallet.1# Change Log23All notable changes to this project will be documented in this file.45<!-- bureaucrate goes here -->67## [0.1.2] - 2022-12-2089### Fixed1011- The behaviour of the `payoutStakers` extrinsic12 in which only one stake is calculated for the last processed staker.1314## [0.1.1] - 2022-12-131516### Added1718- The ability to configure pallet `app-promotion` via the `configuration` pallet.pallets/app-promotion/Cargo.tomldiffbeforeafterboth--- a/pallets/app-promotion/Cargo.toml
+++ b/pallets/app-promotion/Cargo.toml
@@ -9,7 +9,7 @@
license = 'GPLv3'
name = 'pallet-app-promotion'
repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.1.1'
+version = '0.1.2'
[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']