Skip to content

Commit

Permalink
Update changelog after release (#5954)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
mstrasinskis authored Dec 9, 2024
1 parent e81d19a commit 622edf7
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG-Nns-Dapp-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ proposal is successful, the changes it released will be moved from this file to

#### Fixed

- Handles abandoned SNSs by adding an override for the name and token.symbol values as well as sorting them down on the lists.

#### Security

#### Not Published
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG-Nns-Dapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ The NNS Dapp is released through proposals in the Network Nervous System. Theref
Unreleased changes are added to `CHANGELOG-Nns-Dapp-unreleased.md` and moved
here after a successful release.

## Proposal 134397

### Application

#### Fixed

- Handles abandoned SNSs by adding an override for the name and token.symbol values as well as sorting them down on the lists.

### Operations

## Proposal 134332

### Application
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
resolver = "2"

[workspace.package]
version = "2.0.96"
version = "2.0.97"

[workspace.dependencies]
ic-cdk = "0.17.0"
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/nns-dapp",
"version": "2.0.96",
"version": "2.0.97",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
Expand Down

0 comments on commit 622edf7

Please sign in to comment.