Skip to content

Commit

Permalink
CHANGELOG: release 0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Khimov <[email protected]>
  • Loading branch information
roman-khimov committed Jun 19, 2024
1 parent f68ede4 commit 1a9f7a2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,21 @@ Changelog for NeoFS Monitor

## [Unreleased]

## [0.12.0] - 2024-06-19

Please notice that "neofs_net_monitor" prefix was changed to "neo_exporter"
and update accordingly.

### Added
- Version metric (#143)

### Fixed
- Panics on RPC reconnection failure (#141)

### Changed
- "neofs_net_monitor" prefix to "neo_exporter" (#143)
- Timestamps are no longer produced in logs if not running with TTY (#142)

## [0.11.3] - 2024-06-18

### Fixed
Expand Down Expand Up @@ -168,7 +180,8 @@ to establish connection to the RC4 main chain and `NEOFS_NET_MONITOR_MORPH_RPC_E
`NEOFS_NET_MONITOR_MORPH_RPC_DIAL_TIMEOUT` for the side chain instead.
`NEOFS_NET_MONITOR_CONTRACTS_PROXY` env is now optional for notary disabled environments.

[Unreleased]: https://github.com/nspcc-dev/neo-exporter/compare/v0.11.3...master
[Unreleased]: https://github.com/nspcc-dev/neo-exporter/compare/v0.12.0...master
[0.12.0]: https://github.com/nspcc-dev/neo-exporter/compare/v0.11.3...v0.12.0
[0.11.3]: https://github.com/nspcc-dev/neo-exporter/compare/v0.11.2...v0.11.3
[0.11.2]: https://github.com/nspcc-dev/neo-exporter/compare/v0.11.1...v0.11.2
[0.11.1]: https://github.com/nspcc-dev/neo-exporter/compare/v0.11.0...v0.11.1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.11.3
v0.12.0

0 comments on commit 1a9f7a2

Please sign in to comment.