From 24708522052ad0f4aea03c0dd860cd60b43cfd36 Mon Sep 17 00:00:00 2001 From: Onsi Fakhouri Date: Fri, 3 Mar 2023 14:12:42 -0700 Subject: [PATCH] v2.9.0 --- CHANGELOG.md | 9 +++++++++ types/version.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d901bd2f..3fabcc607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.9.0 + +### Features +- AttachProgressReporter is an experimental feature that allows users to provide arbitrary information when a ProgressReport is requested [28801fe] + +- GinkgoT() has been expanded to include several Ginkgo-specific methods [2bd5a3b] + + The intent is to enable the development of third-party libraries that integrate deeply with Ginkgo using `GinkgoT()` to access Ginkgo's functionality. + ## 2.8.4 ### Features diff --git a/types/version.go b/types/version.go index d11d08446..03c0a5b26 100644 --- a/types/version.go +++ b/types/version.go @@ -1,3 +1,3 @@ package types -const VERSION = "2.8.4" +const VERSION = "2.9.0"