diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69770ab..69c7fda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,7 +115,8 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 10 + # FIXME: temporarily pinned because of https://github.com/pnpm/pnpm/pull/9959 + version: 10.17 - name: Use Node.js uses: actions/setup-node@v4 diff --git a/Cargo.lock b/Cargo.lock index 7624d27..89be08b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -530,7 +530,7 @@ checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" [[package]] name = "defguard-proxy" -version = "1.5.1" +version = "1.6.0" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d04ad4c..002d318 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "defguard-proxy" -version = "1.5.1" +version = "1.6.0" edition = "2021" license = "Apache-2.0" homepage = "https://github.com/DefGuard/proxy"