From ad34bf6a18af4266af01149855b41a480c72601d Mon Sep 17 00:00:00 2001 From: Rootul P Date: Fri, 18 Oct 2024 16:48:54 -0400 Subject: [PATCH] Update docs/release-notes/release-notes.md --- docs/release-notes/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes.md b/docs/release-notes/release-notes.md index 880a7b3b5d..c2eb2f3127 100644 --- a/docs/release-notes/release-notes.md +++ b/docs/release-notes/release-notes.md @@ -21,7 +21,7 @@ If you are a library consumer, a number of the Go APIs have changed since celest - celestia-app v1.x had a blob.types package with `CreateCommitment` function. celestia-app v2.x uses `CreateCommitment` function from the [go-square/inclusion](https://github.com/celestiaorg/go-square/tree/c8242f96a844956f8d1c60e5511104deed8bc361/inclusion). - celestia-app v1.x had a lot of functionality included in the signer. celestia-app v2.x splits a txClient from the signer. See [#3433](https://github.com/celestiaorg/celestia-app/pull/3433). -## [v3.0.0-rc0](https://github.com/celestiaorg/celestia-app/releases/tag/v3.0.0-rc0) +## v3.0.0 ### Node Operators (v3.0.0-rc0)