From 83c7e126390f1508ca9cb8e87d70849b55181104 Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Mon, 13 Feb 2023 11:01:45 -0800 Subject: [PATCH] Release v1.2.1 (#100) 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 a861893..530f0a5 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)