From e7e3db7a3ee2fa40d21931f4f98f0c71c34ed3eb Mon Sep 17 00:00:00 2001 From: Onsi Fakhouri Date: Wed, 14 Dec 2022 13:07:55 -0700 Subject: [PATCH] v2.6.1 --- CHANGELOG.md | 13 +++++++++++++ types/version.go | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b5ef20b4..d777b793b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 2.6.1 + +### Features +- Override formatter colors from envvars - this is a new feature but an alternative approach involving config files might be taken in the future (#1095) [60240d1] + +### Fixes +- GinkgoRecover now supports ignoring panics that match a specific, hidden, interface [301f3e2] + +### Maintenance +- Bump github.com/onsi/gomega from 1.24.0 to 1.24.1 (#1077) [3643823] +- Bump golang.org/x/tools from 0.2.0 to 0.4.0 (#1090) [f9f856e] +- Bump nokogiri from 1.13.9 to 1.13.10 in /docs (#1091) [0d7087e] + ## 2.6.0 ### Features diff --git a/types/version.go b/types/version.go index b874ca0fd..03d5ff98a 100644 --- a/types/version.go +++ b/types/version.go @@ -1,3 +1,3 @@ package types -const VERSION = "2.6.0" +const VERSION = "2.6.1"