diff --git a/.changeset/chatty-pants-behave.md b/.changeset/chatty-pants-behave.md deleted file mode 100644 index 215b83ea..00000000 --- a/.changeset/chatty-pants-behave.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -'@epics-dao/solv': patch ---- - -Update - solana version v1.18.18 for mainnet - -If you are running a validator on mainnet, please update your solana version to v1.18.18. - -Ignore this step if you are using solv mev mode - automatic update will take care of it. - -If you are not using solv mev mode, please run the following command: - -```bash -$ solv update && solv update -b -``` - -This will update your solana version to v1.18.18 and restart the validator. - -If you want to use no-downtime migration, please refer to the [solv doc](https://solv.epics.dev/en/doc/quickstart/no-downtime-update/). diff --git a/packages/solv/CHANGELOG.md b/packages/solv/CHANGELOG.md index 2c0d2f66..c76dafde 100644 --- a/packages/solv/CHANGELOG.md +++ b/packages/solv/CHANGELOG.md @@ -1,5 +1,25 @@ # @epics-dao/solv +## 4.4.1 + +### Patch Changes + +- [#234](https://github.com/EpicsDAO/solv/pull/234) [`23214b7`](https://github.com/EpicsDAO/solv/commit/23214b782d9f97593d7365aa190add7a94eff4f7) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update - solana version v1.18.18 for mainnet + + If you are running a validator on mainnet, please update your solana version to v1.18.18. + + Ignore this step if you are using solv mev mode - automatic update will take care of it. + + If you are not using solv mev mode, please run the following command: + + ```bash + $ solv update && solv update -b + ``` + + This will update your solana version to v1.18.18 and restart the validator. + + If you want to use no-downtime migration, please refer to the [solv doc](https://solv.epics.dev/en/doc/quickstart/no-downtime-update/). + ## 4.4.0 ### Minor Changes diff --git a/packages/solv/package.json b/packages/solv/package.json index 6ea6dfa1..d56c87c6 100644 --- a/packages/solv/package.json +++ b/packages/solv/package.json @@ -1,6 +1,6 @@ { "name": "@epics-dao/solv", - "version": "4.4.0", + "version": "4.4.1", "description": "Solana Validator CLI SOLV", "main": "dist/index.js", "type": "module",