From 1e9304bd30d360cccb9d56135cf2f92d4ccde982 Mon Sep 17 00:00:00 2001 From: Jacob Oaks Date: Mon, 28 Apr 2025 12:13:10 -0400 Subject: [PATCH] Prepare release v0.5.2 Prepare the changelog for a v0.5.2 release containing a bug fix caused by outdated go version and alias replacements logic. --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0f9794..8842fd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## Unreleased -- No changes yet. +## 0.5.2 (28 Apr 2025) + +### Fixed +- [#248][]: Fixed an issue with type aliases not being included in generated code correctly. + +[#248]: https://github.com/uber-go/mock/pull/248 ## 0.5.1 (7 Apr 2025) ### Fixed