Skip to content

Commit

Permalink
Update changelog after release (#5328)
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.
- A single entry (Fixed incorrect interpretation of ICRC fees), was
added manually because we forgot to update the changelog in the fix PR.
- Increment the patch version of the nns-dapp.
  • Loading branch information
mstrasinskis committed Aug 19, 2024
1 parent 0540daf commit f3cabd2
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 13 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG-Nns-Dapp-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@ proposal is successful, the changes it released will be moved from this file to

#### Added

* Parse and trim proposal payload for `InstallCode` within the `get_proposal_payload` back-end endpoint.
* Support rendering `InstallCode` proposal payload by calling `get_proposal_payload`.

#### Changed

* Round neuron stake and maturity to 2 decimals in tables.
* Show detailed stake amount in neuron details page.

#### Deprecated

#### Removed
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG-Nns-Dapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@ 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 131754

### Application

#### Added

* Parse and trim proposal payload for `InstallCode` within the `get_proposal_payload` back-end endpoint.
* Support rendering `InstallCode` proposal payload by calling `get_proposal_payload`.

#### Changed

* Round neuron stake and maturity to 2 decimals in tables.
* Show detailed stake amount in neuron details page.

#### Fixed

* Fixed incorrect interpretation of ICRC fees (#5314).

### Operations

## Proposal 131698

### 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.86"
version = "2.0.87"

[workspace.dependencies]
ic-cdk = "0.15.1"
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.86",
"version": "2.0.87",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
Expand Down

0 comments on commit f3cabd2

Please sign in to comment.