Skip to content

Commit

Permalink
Merge pull request #226 from nspcc-dev/rel-0.5.3
Browse files Browse the repository at this point in the history
CHANGELOG: release 0.5.3
  • Loading branch information
roman-khimov authored Sep 13, 2024
2 parents ba4a830 + 2f513ab commit 27e7c60
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ Changelog for NeoFS Panel

## [Unreleased]

## [0.5.3] - 2024-09-13

### Added
- Open Graph image tag (#213)
- NeoLine autodetection (#219)
- Links to transactions (#220)
- CSP header (#223)

### Changed
- Cost calculator fetches fee values from the gateway (#215)
- Obsolete REST object APIs are no longer used (#217)
- Balance alignment (#221)
- Handling of wallet misconfiguration (#225)

### Upgrade from 0.5.2

Notice that this version is incompatible with REST gateway <0.11.0 version.

## [0.5.2] - 2024-04-15

### Added
Expand Down Expand Up @@ -131,4 +149,5 @@ First public review release.
[0.5.0]: https://github.com/nspcc-dev/panel-fs-neo-org/tree/v0.5.0
[0.5.1]: https://github.com/nspcc-dev/panel-fs-neo-org/tree/v0.5.1
[0.5.2]: https://github.com/nspcc-dev/panel-fs-neo-org/tree/v0.5.2
[Unreleased]: https://github.com/nspcc-dev/panel-fs-neo-org/compare/v0.5.2...master
[0.5.3]: https://github.com/nspcc-dev/panel-fs-neo-org/tree/v0.5.3
[Unreleased]: https://github.com/nspcc-dev/panel-fs-neo-org/compare/v0.5.3...master
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neofs-panel",
"version": "0.5.2",
"version": "0.5.3",
"private": true,
"dependencies": {
"@cityofzion/neon-js": "^5.5.1",
Expand Down

0 comments on commit 27e7c60

Please sign in to comment.