diff --git a/CHANGELOG.md b/CHANGELOG.md index a258909..856510a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.1.6 + +### Fixes +- catch edge case where the _biloba object isn't available because the browser is in the middle of a redirect [d9df233] + +### Maintenance +- bump ginkgo [09da081] + ## 0.1.5 ### Fixes diff --git a/biloba.go b/biloba.go index 667922c..03de673 100644 --- a/biloba.go +++ b/biloba.go @@ -29,7 +29,7 @@ import ( "github.com/chromedp/chromedp" ) -const BILOBA_VERSION = "0.1.5" +const BILOBA_VERSION = "0.1.6" /* GinkgoTInterface is the interface by which Biloba receives GinkgoT()