From 8cf9d9a3195da7fd8078e019569ecaeec64608d9 Mon Sep 17 00:00:00 2001
From: "J. Ryan Stinnett" <jryans@gmail.com>
Date: Wed, 29 May 2024 22:47:39 +0100
Subject: [PATCH] Bump to v0.6.7

---
 CHANGELOG.md | 14 ++++++++++++++
 package.json |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e4d901..4027d4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,20 @@ 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 [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## 0.6.7 (2024-05-29)
+
+### Added
+
+- Extension now activates for all documents using the Racket language (even
+  those without files, such as unsaved buffers) (@jryans)
+- Extension icon now also used as the Racket language icon (@samestep)
+
+### Fixed
+
+- Character constants (e.g. `#\(`) are now marked as strings and no longer
+  confuse parenthesis matching (@xiaoyu2006)
+- Character constants list updated to include `#\tab` (@jryans)
+
 ## 0.6.6 (2023-07-10)
 
 ### Added
diff --git a/package.json b/package.json
index ce4b2fc..36209a3 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "magic-racket",
   "displayName": "Magic Racket",
   "description": "LSP support, REPL integration, and top notch syntax highlighting for the coolest of Lisps!",
-  "version": "0.6.6",
+  "version": "0.6.7",
   "activationEvents": [
     "onCommand:magic-racket.loadFileInRepl",
     "onCommand:magic-racket.runFile",