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 ```