diff --git a/polkadot/node/primitives/src/lib.rs b/polkadot/node/primitives/src/lib.rs
index 1e5ce6489bc8259f121d6737447c5cf097ac60cf..845daa2679850cea080400dfe6abdec11146d8aa 100644
--- a/polkadot/node/primitives/src/lib.rs
+++ b/polkadot/node/primitives/src/lib.rs
@@ -59,7 +59,7 @@ pub use disputes::{
 /// relatively rare.
 ///
 /// The associated worker binaries should use the same version as the node that spawns them.
-pub const NODE_VERSION: &'static str = "1.17.0";
+pub const NODE_VERSION: &'static str = "1.17.1";
 
 // For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node
 // plus some overhead:
diff --git a/prdoc/pr_6463.prdoc b/prdoc/stable2412-1/pr_6463.prdoc
similarity index 100%
rename from prdoc/pr_6463.prdoc
rename to prdoc/stable2412-1/pr_6463.prdoc
diff --git a/prdoc/pr_6807.prdoc b/prdoc/stable2412-1/pr_6807.prdoc
similarity index 100%
rename from prdoc/pr_6807.prdoc
rename to prdoc/stable2412-1/pr_6807.prdoc
diff --git a/prdoc/pr_6825.prdoc b/prdoc/stable2412-1/pr_6825.prdoc
similarity index 100%
rename from prdoc/pr_6825.prdoc
rename to prdoc/stable2412-1/pr_6825.prdoc
diff --git a/prdoc/pr_6855.prdoc b/prdoc/stable2412-1/pr_6855.prdoc
similarity index 100%
rename from prdoc/pr_6855.prdoc
rename to prdoc/stable2412-1/pr_6855.prdoc
diff --git a/prdoc/pr_6971.prdoc b/prdoc/stable2412-1/pr_6971.prdoc
similarity index 100%
rename from prdoc/pr_6971.prdoc
rename to prdoc/stable2412-1/pr_6971.prdoc
diff --git a/prdoc/pr_6973.prdoc b/prdoc/stable2412-1/pr_6973.prdoc
similarity index 100%
rename from prdoc/pr_6973.prdoc
rename to prdoc/stable2412-1/pr_6973.prdoc
diff --git a/prdoc/pr_7013.prdoc b/prdoc/stable2412-1/pr_7013.prdoc
similarity index 100%
rename from prdoc/pr_7013.prdoc
rename to prdoc/stable2412-1/pr_7013.prdoc
diff --git a/prdoc/pr_7028.prdoc b/prdoc/stable2412-1/pr_7028.prdoc
similarity index 100%
rename from prdoc/pr_7028.prdoc
rename to prdoc/stable2412-1/pr_7028.prdoc
diff --git a/prdoc/pr_7050.prdoc b/prdoc/stable2412-1/pr_7050.prdoc
similarity index 100%
rename from prdoc/pr_7050.prdoc
rename to prdoc/stable2412-1/pr_7050.prdoc
diff --git a/prdoc/stable2412-1/pr_7067.prdoc b/prdoc/stable2412-1/pr_7067.prdoc
new file mode 100644
index 0000000000000000000000000000000000000000..ead918fc2e0077ef4972075705e1e0cc10447cc4
--- /dev/null
+++ b/prdoc/stable2412-1/pr_7067.prdoc
@@ -0,0 +1,25 @@
+title: 'Fix implication order in implementation of `TransactionExtension` for tuple'
+doc:
+- audience:
+  - Runtime Dev
+  - Runtime User
+  description: |-
+    Before this PR, the implications were different in the pipeline `(A, B, C)` and `((A, B), C)`.
+    This PR fixes this behavior and make nested tuple transparant, the implication order of tuple of
+    tuple is now the same as in a single tuple.
+
+    For runtime users this mean that the implication can be breaking depending on the pipeline used
+    in the runtime.
+
+    For runtime developers this breaks usage of `TransactionExtension::validate`.
+    When calling `TransactionExtension::validate` the implication must now implement `Implication`
+    trait, you can use `TxBaseImplication` to wrap the type and use it as the base implication.
+    E.g. instead of `&(extension_version, call),` you can write `&TxBaseImplication((extension_version, call))`.
+
+crates:
+- name: sp-runtime
+  bump: major
+- name: pallet-skip-feeless-payment
+  bump: major
+- name: frame-system
+  bump: major
diff --git a/prdoc/pr_7074.prdoc b/prdoc/stable2412-1/pr_7074.prdoc
similarity index 100%
rename from prdoc/pr_7074.prdoc
rename to prdoc/stable2412-1/pr_7074.prdoc
diff --git a/prdoc/stable2412-1/pr_7090.prdoc b/prdoc/stable2412-1/pr_7090.prdoc
new file mode 100644
index 0000000000000000000000000000000000000000..a665115ce6c72ab2e147538018bbc33ee14820e9
--- /dev/null
+++ b/prdoc/stable2412-1/pr_7090.prdoc
@@ -0,0 +1,16 @@
+# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
+# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
+
+title: Snowbridge - Support bridging native ETH
+
+doc:
+  - audience: Runtime User
+    description: 
+      Support Native ETH as an asset type instead of only supporting WETH. WETH is still supported, but adds
+      support for ETH in the inbound and outbound routers.
+
+crates:
+  - name: snowbridge-router-primitives
+    bump: minor
+  - name: snowbridge-pallet-inbound-queue-fixtures
+    bump: minor
diff --git a/prdoc/pr_7099.prdoc b/prdoc/stable2412-1/pr_7099.prdoc
similarity index 100%
rename from prdoc/pr_7099.prdoc
rename to prdoc/stable2412-1/pr_7099.prdoc
diff --git a/prdoc/pr_7116.prdoc b/prdoc/stable2412-1/pr_7116.prdoc
similarity index 100%
rename from prdoc/pr_7116.prdoc
rename to prdoc/stable2412-1/pr_7116.prdoc
diff --git a/prdoc/pr_7133.prdoc b/prdoc/stable2412-1/pr_7133.prdoc
similarity index 100%
rename from prdoc/pr_7133.prdoc
rename to prdoc/stable2412-1/pr_7133.prdoc
diff --git a/prdoc/pr_7158.prdoc b/prdoc/stable2412-1/pr_7158.prdoc
similarity index 100%
rename from prdoc/pr_7158.prdoc
rename to prdoc/stable2412-1/pr_7158.prdoc
diff --git a/prdoc/pr_7205.prdoc b/prdoc/stable2412-1/pr_7205.prdoc
similarity index 100%
rename from prdoc/pr_7205.prdoc
rename to prdoc/stable2412-1/pr_7205.prdoc
diff --git a/prdoc/pr_7222.prdoc b/prdoc/stable2412-1/pr_7222.prdoc
similarity index 100%
rename from prdoc/pr_7222.prdoc
rename to prdoc/stable2412-1/pr_7222.prdoc
diff --git a/prdoc/pr_7322.prdoc b/prdoc/stable2412-1/pr_7322.prdoc
similarity index 100%
rename from prdoc/pr_7322.prdoc
rename to prdoc/stable2412-1/pr_7322.prdoc
diff --git a/prdoc/pr_7344.prdoc b/prdoc/stable2412-1/pr_7344.prdoc
similarity index 100%
rename from prdoc/pr_7344.prdoc
rename to prdoc/stable2412-1/pr_7344.prdoc