diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d91e50..a258909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.5 + +### Fixes +- Correctly escape quote characters when constructing XPath queries [7ef2785] + ## 0.1.4 ### Features diff --git a/biloba.go b/biloba.go index ab8ccbe..d0097f2 100644 --- a/biloba.go +++ b/biloba.go @@ -29,7 +29,7 @@ import ( "github.com/chromedp/chromedp" ) -const BILOBA_VERSION = "0.1.4" +const BILOBA_VERSION = "0.1.5" /* GinkgoTInterface is the interface by which Biloba receives GinkgoT()