Skip to content

Commit

Permalink
Merge pull request #208 from nspcc-dev/rel-0.5.2
Browse files Browse the repository at this point in the history
CHANGELOG: release 0.5.2
  • Loading branch information
roman-khimov authored Apr 15, 2024
2 parents 719833d + 67bce5b commit b94ddea
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ Changelog for NeoFS Panel

## [Unreleased]

## [0.5.2] - 2024-04-15

### Added
- Wallet installation instructions (#198)
- "Hosted on NeoFS" (#203)
- Container creation cost message (#204)
- OneGate instructions (#207)

### Fixed
- Missing restrictions for "allow reads for others" EACL preset (#201)
- "Share" link text for open containers (#202)
- Incorrect background (#206)

### Changed
- Filter/rule addition button placement (#200)
- WalletConnect popup to in-page modal screen (#205)

## [0.5.1] - 2024-03-20

### Fixed
Expand Down Expand Up @@ -113,4 +130,5 @@ First public review release.
[0.4.0]: https://github.com/nspcc-dev/panel-fs-neo-org/tree/v0.4.0
[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
[Unreleased]: https://github.com/nspcc-dev/panel-fs-neo-org/compare/v0.5.1...master
[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
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.1",
"version": "0.5.2",
"private": true,
"dependencies": {
"@cityofzion/neon-js": "^5.5.1",
Expand Down

0 comments on commit b94ddea

Please sign in to comment.