From 03e60ed07e7e6cf40e6b7b2c90163491d301354c Mon Sep 17 00:00:00 2001 From: "sablier-bot[bot]" <186367030+sablier-bot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 03:38:08 +0000 Subject: [PATCH] chore(main): release 1.1.1 --- .github/release-please/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please/.release-please-manifest.json b/.github/release-please/.release-please-manifest.json index 2b1fcc7..8105302 100644 --- a/.github/release-please/.release-please-manifest.json +++ b/.github/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 97df553..47cc6a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/sablierapp/sablier-proxywasm-plugin/compare/v1.1.0...v1.1.1) (2026-01-31) + + +### Documentation + +* add attestation ([69ad376](https://github.com/sablierapp/sablier-proxywasm-plugin/commit/69ad3762d6e981c8594940199d1930ce38a830dc)) + ## [1.1.0](https://github.com/sablierapp/sablier-proxywasm-plugin/compare/v1.0.5...v1.1.0) (2025-11-11) diff --git a/README.md b/README.md index 57598ed..c9dc410 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Grab the latest binary from the [releases](https://github.com/sablierapp/sablier ```bash -wget https://github.com/sablierapp/sablier-proxywasm-plugin/releases/download/v1.1.0/sablier-proxywasm-plugin.wasm +wget https://github.com/sablierapp/sablier-proxywasm-plugin/releases/download/v1.1.1/sablier-proxywasm-plugin.wasm gh attestation verify --owner sablierapp sablier-proxywasm-plugin.wasm ```