Skip to content

Commit f3e38f1

Browse files
committed
chore: update news
1 parent 2a8da29 commit f3e38f1

File tree

1 file changed

+7
-1
lines changed
  • packages/extension-polkagate/src/popup/home

1 file changed

+7
-1
lines changed

packages/extension-polkagate/src/popup/home/news.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2024 @polkadot/extension-polkagate authors & contributors
1+
// Copyright 2019-2025 @polkadot/extension-polkagate authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
/* eslint-disable sort-keys */
@@ -9,6 +9,12 @@ export interface News {
99
}
1010

1111
export const news: News[] = [
12+
{
13+
version: '0.34.1',
14+
notes: [
15+
'Added support for pool migration, allowing users to vote on governance using their staked funds in pools on Kusama.'
16+
]
17+
},
1218
{
1319
version: '0.34.0',
1420
notes: [

0 commit comments

Comments
 (0)