Skip to content

Commit 2507e73

Browse files
authored
Merge pull request attestantio#272 from attestantio/release_27_1
Update for release of 0.27.1.
2 parents 22fec23 + cdd2e9b commit 2507e73

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.27.1:
2+
- set max possible blob count to 72
3+
14
0.27.0:
25
- support fulu
36
- introduce data column sidecar event api and corresponding event handler

http/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535
)
3636

3737
// defaultUserAgent is sent with requests if no other user agent has been supplied.
38-
const defaultUserAgent = "go-eth2-client/0.27.0"
38+
const defaultUserAgent = "go-eth2-client/0.27.1"
3939

4040
// post sends an HTTP post request and returns the body.
4141
func (s *Service) post(ctx context.Context,

0 commit comments

Comments
 (0)