diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e5cb1..e9944fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to an [Odd-Even Versioning](https://en.wikipedia.org/wiki/Software_versioning#Odd-numbered_versions_for_development_releases) scheme. Odd-numbered versions are used for development and pre-release updates, while even-numbered versions are used for stable or public releases. +## v0.8.0 - October 31, 2023 + +- The Tailscale extension for VS Code is generally available (GA) +- Symlink support in File explorer +- Fixed issue with port discovery not working on Linux + ## v0.6.4 - September 27, 2023 - Using "Attach VS Code" requires the user to be defined in the SSH configuration. We will now prompt to sync SSH configuration when using that feature.