From 913a36ba1421f0b09f6fee867191bacdabb36a39 Mon Sep 17 00:00:00 2001 From: Conor Schaefer Date: Mon, 3 Feb 2025 11:57:13 -0800 Subject: [PATCH] chore: update pd & cometbft versions The cometbft version bump is updated to include 0.37.15, to include patches to security issues. See details in [0]. [0] https://github.com/cometbft/cometbft/blob/v0.37.15/CHANGELOG.md#v03715 --- penumbra_versions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/penumbra_versions.js b/penumbra_versions.js index 5a520a6..8b9d8c4 100644 --- a/penumbra_versions.js +++ b/penumbra_versions.js @@ -3,5 +3,5 @@ // works in normal prose, but fails in backticked-codeblocks. There's some discussion // about how to do this better in https://github.com/orgs/mdx-js/discussions/2288. -export const PENUMBRA_VERSION = 'v0.79.3'; -export const COMETBFT_VERSION = 'v0.37.9'; +export const PENUMBRA_VERSION = 'v1.0.1'; +export const COMETBFT_VERSION = 'v0.37.15';