Skip to content

Commit

Permalink
Upgrade curl version in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Apr 17, 2024
1 parent 31837c9 commit 184a9e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
----

Expand Down

0 comments on commit 184a9e4

Please sign in to comment.