Skip to content

Commit bb08ee0

Browse files
authored
Update changelog after release (#7832)
# Motivation A release has been deployed to production. # Changes - Changelog - split out the changes included in the release. - Increment the patch version of the nns-dapp.
1 parent 79d7d7e commit bb08ee0

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

CHANGELOG-Nns-Dapp-unreleased.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ proposal is successful, the changes it released will be moved from this file to
1616

1717
#### Changed
1818

19-
- Mission 70: Updated NNS voting rewards and staking calculations to reflect the Mission 70 changes.
20-
2119
#### Deprecated
2220

2321
#### Removed

CHANGELOG-Nns-Dapp.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ The NNS Dapp is released through proposals in the Network Nervous System. Theref
1111
Unreleased changes are added to `CHANGELOG-Nns-Dapp-unreleased.md` and moved
1212
here after a successful release.
1313

14+
## Proposal 141440
15+
16+
### Application
17+
18+
#### Changed
19+
20+
- Mission 70: Updated NNS voting rewards and staking calculations to reflect the Mission 70 changes.
21+
22+
### Operations
23+
1424
## Proposal 141231
1525

1626
### Application

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
resolver = "2"
77

88
[workspace.package]
9-
version = "2.0.142"
9+
version = "2.0.143"
1010

1111
[workspace.dependencies]
1212
ic-cdk = "0.17.1"

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dfinity/nns-dapp",
3-
"version": "2.0.142",
3+
"version": "2.0.143",
44
"private": true,
55
"license": "SEE LICENSE IN LICENSE.md",
66
"scripts": {

0 commit comments

Comments
 (0)