From 2a865580a7e82422af95b1571f498159ee0c9454 Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Wed, 2 Oct 2024 14:45:55 -0400 Subject: [PATCH] Changelog for v0.67.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1388c5..82958c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.67.0] - 2024-10-02 + +* [Add CompileItem metadata to types](https://github.com/ionide/proj-info/pull/213) (thanks @Smaug123) + ## [0.66.1] - 2024-09-02 ### Changed