diff --git a/CHANGELOG.md b/CHANGELOG.md index db518b48a..933d9eff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.2.0 - 2019.02.13 + + - Compatibility with the latest htmlquery package + - New request shortcut for HEAD requests + - Check URL availibility before visiting + - Fix proxy URL value + - Request counter fix + - Minor fixes in examples + # 1.1.0 - 2018.08.13 - Appengine integration takes context.Context instead of http.Request (API change) diff --git a/VERSION b/VERSION index 9084fa2f7..26aaba0e8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0