Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.12.2"
".": "0.12.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ guidelines.
This file is maintained by [release-please](https://github.com/googleapis/release-please);
do not edit it by hand.

## [0.12.3](https://github.com/amiwrpremium/go-derive/compare/v0.12.2...v0.12.3) (2026-05-12)


### Dependencies

* **deps:** update module github.com/ethereum/go-ethereum to v1.17.3 ([#111](https://github.com/amiwrpremium/go-derive/issues/111)) ([ef07e60](https://github.com/amiwrpremium/go-derive/commit/ef07e6085add94b128e126618c07c354fca52557))

## [0.12.2](https://github.com/amiwrpremium/go-derive/compare/v0.12.1...v0.12.2) (2026-05-12)


Expand Down
2 changes: 1 addition & 1 deletion derive.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package goderive
// Version is the SDK semantic version. It is reported in the User-Agent header
// of REST requests and in the WebSocket connect handshake. The literal is
// maintained by release-please via the x-release-please-version annotation.
const Version = "0.12.2" // x-release-please-version
const Version = "0.12.3" // x-release-please-version

// UserAgent returns the default User-Agent string used by transports.
func UserAgent() string {
Expand Down
Loading