Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nategood committed May 1, 2024
1 parent 44c880e commit ea02c8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ Httpful highly encourages sending in pull requests. When submitting a pull reque

## 1.0.0

- SECURITY Make certificate validation the default. This is a potentially breaking, but important security change. Validation can still be skipped but must be explicitly skipped via withoutStrictSSL.
- REFACTOR [PR #305] Remove deprecated functionality pre PHP 8.0
- REFACTOR Partially from [PR #282] Add CI support for running tests now that Travis is gone.
- SECURITY [Make certificate validation the default](https://huntr.com/bounties/8d59c089-92f1-4b73-90f8-54968a70e2fb). This is a potentially breaking change and as a result, bumping major version number in line with semver. Validation can still be skipped but must be explicitly skipped via withoutStrictSSL.
- REFACTOR [PR #305](https://github.com/nategood/httpful/pull/305) Remove deprecated functionality pre PHP 8.1
- REFACTOR Partially from [PR #282](https://github.com/nategood/httpful/pull/282) Add CI support for running tests now that Travis is gone.

## 0.3.2

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"api",
"requests"
],
"version": "0.3.2",
"version": "1.0.0",
"authors": [
{
"name": "Nate Good",
Expand Down

0 comments on commit ea02c8a

Please sign in to comment.