From 5f745fc801d991bd1d1ac021fed78d668817c80d Mon Sep 17 00:00:00 2001 From: gjtorikian <64050+gjtorikian@users.noreply.github.com> Date: Sun, 29 Dec 2024 16:10:44 +0000 Subject: [PATCH] [skip test] update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcead177..17407a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [v2.0.2] - 29-12-2024 +## What's Changed +* Bump comrak from 0.30.0 to 0.31.0 by @dependabot in https://github.com/gjtorikian/commonmarker/pull/323 +* Bump comrak from 0.31.0 to 0.32.0 by @dependabot in https://github.com/gjtorikian/commonmarker/pull/328 +* Bump rb-sys from 0.9.103 to 0.9.104 by @dependabot in https://github.com/gjtorikian/commonmarker/pull/329 +* Support Ruby 3.4 by @gjtorikian in https://github.com/gjtorikian/commonmarker/pull/330 + + +**Full Changelog**: https://github.com/gjtorikian/commonmarker/compare/v2.0.1...v2.0.2 # [v2.0.1] - 27-11-2024 ## What's Changed * Fixed the issue where nil for header_ids by @ppworks in https://github.com/gjtorikian/commonmarker/pull/324