Skip to content

Commit

Permalink
Merge pull request #235 from EpicsDAO/changeset-release/main
Browse files Browse the repository at this point in the history
solv new release
  • Loading branch information
POPPIN-FUMI authored Jul 14, 2024
2 parents 5768cf4 + e0bfb07 commit 95ac2bc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .changeset/chatty-pants-behave.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/solv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/solv/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 95ac2bc

Please sign in to comment.