From 373b448e91f9be9357bfdf66af0ef4cfb729c076 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Mon, 30 Jun 2025 15:03:10 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4174533..41767b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org). +## ๐Ÿš€ [Version 0.2.1](https://github.com/fetch-rewards/swift-mocking/releases/tag/0.2.1) - June 30, 2025 ([Full Changelog](https://github.com/fetch-rewards/swift-mocking/compare/0.2.0...0.2.1)) + +### ๐Ÿ› Bug Fixes + +- Make MockVoidNonParameterizedMethod.Implementation.invokes public ([#116](https://github.com/fetch-rewards/swift-mocking/pull/116)) + +### ๐Ÿ“ Documentation + +- Add chore to PR template ([#118](https://github.com/fetch-rewards/swift-mocking/pull/118)) + +### ๐Ÿ› ๏ธ CI/CD + +- Add chore label to list of required PR labels ([#117](https://github.com/fetch-rewards/swift-mocking/pull/117)) + +### ๐Ÿงน Chores + +- Add local Claude settings to gitignore ([#119](https://github.com/fetch-rewards/swift-mocking/pull/119)) + ## ๐Ÿš€ [Version 0.2.0](https://github.com/fetch-rewards/swift-mocking/releases/tag/0.2.0) - June 26, 2025 ([Full Changelog](https://github.com/fetch-rewards/swift-mocking/compare/0.1.0...0.2.0)) ### โœจ Features