diff --git a/CHANGELOG.md b/CHANGELOG.md index 919c838..0d91e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.4 + +### Features +- emit failure message when running with BILOBA_INTERACTIVE=true [777f184] + ## 0.1.3 ### Features diff --git a/biloba.go b/biloba.go index 148207f..ab8ccbe 100644 --- a/biloba.go +++ b/biloba.go @@ -29,7 +29,7 @@ import ( "github.com/chromedp/chromedp" ) -const BILOBA_VERSION = "0.1.3" +const BILOBA_VERSION = "0.1.4" /* GinkgoTInterface is the interface by which Biloba receives GinkgoT()