From ac296e4a0b697d62677faad9397c4c8053268e39 Mon Sep 17 00:00:00 2001 From: Jason Pollentier Date: Tue, 21 May 2024 15:53:28 -0500 Subject: [PATCH] chore: add a summary to the changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8081ab5..21a6214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [3.0.0] +This version is mainly a maintenance release to get all of the tooling and required language versions up-to-date so we can begin merging more substantive fixes and iterating on functionality. + ### Changed - update language support minimums to Elixir 1.12, OTP 24, and Node 18 - format code with the latest `mix format` settings