From 4c5cd6614b99e29cae3da86be98e878451220631 Mon Sep 17 00:00:00 2001
From: "Patrick Stephen Jr."
Date: Fri, 24 Oct 2025 13:44:02 -0500
Subject: [PATCH] Update Changelog
---
CHANGELOG.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c040bfa..b6d368d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org).
+## 🚀 [Version 0.1.2](https://github.com/fetch-rewards/SwiftSyntaxSugar/releases/tag/0.1.2) - October 24, 2025 ([Full Changelog](https://github.com/fetch-rewards/SwiftSyntaxSugar/compare/0.1.1...0.1.2))
+
+### 📝 Documentation
+
+- Update changelog formatting ([#75](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/75))
+- Update changelog headers ([#76](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/76))
+
+### 📦 Dependencies
+
+- Upgrade `swift-syntax` to 602.0.0 ([#77](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/77))
+
## 🚀 [Version 0.1.1](https://github.com/fetch-rewards/SwiftSyntaxSugar/releases/tag/0.1.1) - June 24, 2025 ([Full Changelog](https://github.com/fetch-rewards/SwiftSyntaxSugar/compare/0.1.0...0.1.1))
### 📝 Documentation