From ba3416e916e469c15b21f81fdac5c734644aba31 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 21 Mar 2022 18:27:27 +0000 Subject: [PATCH] chore(release): 0.1.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36dab3a..a320ec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.1.0](https://github.com/romdo/gomockctx/compare/v0.0.1...v0.1.0) (2022-03-21) + + +### ⚠ BREAKING CHANGES + +* remove deprecated Is() function, use Eq() instead ([af2f565](https://github.com/romdo/gomockctx/commit/af2f5654659b83d66ccb7d03108ede615bdc57e5)) + ### 0.0.1 (2022-03-21)