diff --git a/Makefile b/Makefile index 96bff688..77bfe58a 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SHELL := bash # this is the upstream libcurl-impersonate version VERSION := 0.7.0b2 -CURL_VERSION := curl-8.1.1 +CURL_VERSION := curl-8.5.0 $(CURL_VERSION): curl -L "https://curl.se/download/$(CURL_VERSION).tar.xz" \ diff --git a/docs/changelog.rst b/docs/changelog.rst index 2deaf9e7..ba10cb90 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,13 @@ Change Log ========== +v0.7 +---- + +- v0.7.0 + - Added more recent impersonate versions, up to Chrome 124 + - Upgraded libcurl to 8.5.0 + v0.6 ----