From 5947ba272771d49141c5f15e0eab42b73a52b12f Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Tue, 19 Nov 2024 10:08:40 -0600 Subject: [PATCH] changelogs for v0.28.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 499243f..2bc3414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.28.0] - 2024-11-19 + +### Added + +* [Support for F# 9 and .NET 9.0.100](https://github.com/ionide/FSharp.Analyzers.SDK/pull/222) (Thanks @Numpsy!) + +### Removed + +* [Support for .NET 6 and .NET 7](https://github.com/ionide/FSharp.Analyzers.SDK/pull/222) (Thanks @Numpsy!) + ## [0.27.0] - 2024-08-17 ### Changed