Skip to content

Commit

Permalink
Release 0.21.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Jul 25, 2024
1 parent eff49f7 commit 166b693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dev:
0.21.8:
- remove Lodestar proposals workaround
- add client headers for events stream

0.21.7:
Expand Down
2 changes: 1 addition & 1 deletion http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
)

// defaultUserAgent is sent with requests if no other user agent has been supplied.
const defaultUserAgent = "go-eth2-client/0.21.7"
const defaultUserAgent = "go-eth2-client/0.21.8"

// post sends an HTTP post request and returns the body.
func (s *Service) post(ctx context.Context, endpoint string, body io.Reader) (io.Reader, error) {
Expand Down

0 comments on commit 166b693

Please sign in to comment.