Skip to content

Commit

Permalink
Merge pull request #225 from hashicorp/manicminer-patch-2
Browse files Browse the repository at this point in the history
Changelog for #210, release v0.7.6
  • Loading branch information
manicminer committed May 9, 2024
2 parents 1643719 + 2ad8ed4 commit d969eaa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
## 0.7.6 (Unreleased)
## 0.7.6 (May 9, 2024)

ENHANCEMENTS:

- client: support a `RetryPrepare` function for modifying the request before retrying (#216)
- client: support HTTP-date values for `Retry-After` header value (#138)
- client: avoid reading entire body when the body is a `*bytes.Reader` (#197)

BUG FIXES:

- client: fix a broken check for invalid server certificate in go 1.20+ (#210)

## 0.7.5 (Nov 8, 2023)

BUG FIXES:
Expand Down

0 comments on commit d969eaa

Please sign in to comment.