[backport] txn version bump and changelog fix (#2196)

* fix failing changelog generation (#2192)

* bump transaction_version (#2191)
This commit is contained in:
Egor_P
2023-02-16 11:54:42 +01:00
committed by GitHub
parent 3597fdd7c9
commit f8dd779f30
9 changed files with 10 additions and 9 deletions
@@ -104,7 +104,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9380,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 4,
transaction_version: 5,
state_version: 0,
};