diff --git a/CHANGELOG.md b/CHANGELOG.md index d3448e8f2b..b47cfe5f07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,10 @@ - Update BLS dependency to fix [filecoin-project/lotus#12467](https://github.com/filecoin-project/lotus/pull/12467). +# UNRELEASED v1.29.2 + +See https://github.com/filecoin-project/lotus/blob/release/v1.29.2/CHANGELOG.md + # Node v1.29.0 / 2024-09-02 This is a Lotus Node only release, which includes a variety of new features, improvements, and fixes, particularly focused on enhancing ETH RPC functionality. Key highlights of this release include: diff --git a/build/openrpc/full.json b/build/openrpc/full.json index 7094ed0f1a..07236e04ba 100644 --- a/build/openrpc/full.json +++ b/build/openrpc/full.json @@ -2,7 +2,7 @@ "openrpc": "1.2.6", "info": { "title": "Lotus RPC API", - "version": "1.29.1-dev" + "version": "1.29.3-dev" }, "methods": [ { diff --git a/build/openrpc/gateway.json b/build/openrpc/gateway.json index bea5f05e30..8448a0664e 100644 --- a/build/openrpc/gateway.json +++ b/build/openrpc/gateway.json @@ -2,7 +2,7 @@ "openrpc": "1.2.6", "info": { "title": "Lotus RPC API", - "version": "1.29.1-dev" + "version": "1.29.3-dev" }, "methods": [ { diff --git a/build/openrpc/miner.json b/build/openrpc/miner.json index ccce20570d..ec9f05e97d 100644 --- a/build/openrpc/miner.json +++ b/build/openrpc/miner.json @@ -2,7 +2,7 @@ "openrpc": "1.2.6", "info": { "title": "Lotus RPC API", - "version": "1.29.1-dev" + "version": "1.29.3-dev" }, "methods": [ { diff --git a/build/openrpc/worker.json b/build/openrpc/worker.json index a4da54792e..489f8b7128 100644 --- a/build/openrpc/worker.json +++ b/build/openrpc/worker.json @@ -2,7 +2,7 @@ "openrpc": "1.2.6", "info": { "title": "Lotus RPC API", - "version": "1.29.1-dev" + "version": "1.29.3-dev" }, "methods": [ { diff --git a/build/version.go b/build/version.go index 0a72a46e76..a06fe3d5a0 100644 --- a/build/version.go +++ b/build/version.go @@ -7,7 +7,7 @@ import ( ) // NodeBuildVersion is the local build version of the Lotus daemon -const NodeBuildVersion string = "1.29.1-dev" +const NodeBuildVersion string = "1.29.3-dev" func NodeUserVersion() BuildVersion { if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" { diff --git a/documentation/en/cli-lotus.md b/documentation/en/cli-lotus.md index 3996f0c365..c011661914 100644 --- a/documentation/en/cli-lotus.md +++ b/documentation/en/cli-lotus.md @@ -7,7 +7,7 @@ USAGE: lotus [global options] command [command options] [arguments...] VERSION: - 1.29.1-dev + 1.29.3-dev COMMANDS: daemon Start a lotus daemon process