From 508829854c02a9e9aa05f14ea1beb4e96da85968 Mon Sep 17 00:00:00 2001 From: Ehab Younes Date: Tue, 30 Jun 2026 20:02:22 +0300 Subject: [PATCH] chore: release v1.15.2 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f35e5f82..02adfca6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ from published versions since it shows up in the VS Code extension changelog tab and is confusing to users. Add it back between releases if needed. --> -## Unreleased +## [v1.15.2](https://github.com/coder/vscode-coder/releases/tag/v1.15.2) 2026-06-30 > **Breaking:** API requests now respect `http.proxySupport: off`. Previously > the extension applied VS Code's proxy settings (`http.proxy`, `http.noProxy`, diff --git a/package.json b/package.json index da3524852..9753bd2aa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coder-remote", "displayName": "Coder", - "version": "1.15.1", + "version": "1.15.2", "description": "Open any workspace with a single click.", "categories": [ "Other"