Skip to content

Commit

Permalink
Ready for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josephscott committed Apr 21, 2023
1 parent 7601831 commit c1c6166
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## ????
- Try to work with composer via classmap
## 0.1.1 - 2023-04-21
- Work with composer via classmap

## 0.1.0 - 2023-04-20
- Major changes to the API, reducing the amount of code and making the API more consistent across the static and object methods
Expand Down
2 changes: 1 addition & 1 deletion src/http.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class HTTP {
];

public $default_headers = [
'user_agent' => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 php-http/0.1.0',
'user_agent' => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 php-http/0.1.1',
'accept' => '*/*',
'connection' => 'close'
];
Expand Down

0 comments on commit c1c6166

Please sign in to comment.