Skip to content

Commit

Permalink
Add CHANGELOG entry for 3.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko committed Jun 4, 2024
1 parent 3a93bc6 commit eec5e20
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

**ATTN**: This project uses [semantic versioning](http://semver.org/).

## [3.1.1] - [2024-06-04]

### Fixed

- Writing an HTTP 1xx status codes no longer results in a 200 being sent in
addition given the expectation is that a follow-up status code will be written
later. The exception is `101 Switching Protocols` since this is terminal. This
matches `net/http` behavior.

## [3.1.0] - [2023-10-07]

### Fixed
Expand Down

0 comments on commit eec5e20

Please sign in to comment.