From 40af41bc74e14c324253f055e6b9848df9012262 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 14 Nov 2025 00:28:08 +0000 Subject: [PATCH] update documentation --- docs/taproot-assets/examples/basic-price-oracle/go.mod | 2 +- docs/taproot-assets/release-notes/release-notes-0.7.0.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/taproot-assets/examples/basic-price-oracle/go.mod b/docs/taproot-assets/examples/basic-price-oracle/go.mod index 4135bfa5..ad362a44 100644 --- a/docs/taproot-assets/examples/basic-price-oracle/go.mod +++ b/docs/taproot-assets/examples/basic-price-oracle/go.mod @@ -1,6 +1,6 @@ module basic-price-oracle -go 1.24.6 +go 1.24.9 // We want to format raw bytes as hex instead of base64. The forked version // allows us to specify that as an option. diff --git a/docs/taproot-assets/release-notes/release-notes-0.7.0.md b/docs/taproot-assets/release-notes/release-notes-0.7.0.md index bc79dd09..6b19f46c 100644 --- a/docs/taproot-assets/release-notes/release-notes-0.7.0.md +++ b/docs/taproot-assets/release-notes/release-notes-0.7.0.md @@ -315,6 +315,9 @@ - [The Golang version used was bumped to `v1.24.6` in order to keep up with the dependencies (LND).](https://github.com/lightninglabs/taproot-assets/pull/1815) +- [PR](https://github.com/lightninglabs/taproot-assets/pull/1861): Bump + `lnd` to `v0.20.0-beta` as prep for non-RC release of taproot-assets. + ## Breaking Changes ## Performance Improvements