Skip to content

Commit

Permalink
chore: update news
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Feb 19, 2025
1 parent 2a8da29 commit f3e38f1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/extension-polkagate/src/popup/home/news.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2024 @polkadot/extension-polkagate authors & contributors
// Copyright 2019-2025 @polkadot/extension-polkagate authors & contributors
// SPDX-License-Identifier: Apache-2.0

/* eslint-disable sort-keys */
Expand All @@ -9,6 +9,12 @@ export interface News {
}

export const news: News[] = [
{
version: '0.34.1',
notes: [
'Added support for pool migration, allowing users to vote on governance using their staked funds in pools on Kusama.'
]
},
{
version: '0.34.0',
notes: [
Expand Down

0 comments on commit f3e38f1

Please sign in to comment.