From 6f3308a05912426b921d115742ff9d4a79b6f9b5 Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Mon, 13 Feb 2023 10:23:37 -0800 Subject: [PATCH] Release v1.2.1 This release is a patch release that removes golang/x/lint dependency. Ref #99. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 761db2c..35b530a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.2.1] +### Changed +- Drop golang/x/lint dependency. + +[1.2.1]: https://github.com/uber-go/goleak/compare/v1.2.0...v1.2.1 + ## [1.2.0] ### Added - Add Cleanup option that can be used for registering cleanup callbacks. (#78)