Skip to content

Commit

Permalink
Fix, move version 2.5.0 in changelog from unreleased (smartcontractki…
Browse files Browse the repository at this point in the history
  • Loading branch information
chudilka1 authored Sep 25, 2023
1 parent 98ae768 commit 6dc2b6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `chainlink txs evm create` returns a transaction hash for the attempted transaction in the CLI. Previously only the sender, recipient and `unstarted` state were returned.
- Fixed a bug where `evmChainId` is requested instead of `id` or `evm-chain-id` in CLI error verbatim
- Fixed a bug that would cause the node to shut down while performing backup
- Fixed health checker to include more services in the prometheus `health` metric and HTTP `/health` endpoint
- Fixed health checker to include more services in the prometheus `health` metric and HTTP `/health` endpoint

## 2.5.0 - UNRELEASED
<!-- unreleasedstop -->

## 2.5.0 - 2023-09-13

- Unauthenticated users executing CLI commands previously generated a confusing error log, which is now removed:
```
Expand All @@ -51,8 +53,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `mercury_price_feed_errors`
Nops may wish to add alerting on these.

<!-- unreleasedstop -->

### Upcoming Required Configuration Change

- Starting in 2.6.0, chainlink nodes will no longer allow insecure configuration for production builds. Any TOML configuration that sets the following line will fail validation checks in `node start` or `node validate`:
Expand Down

0 comments on commit 6dc2b6d

Please sign in to comment.