Skip to content

Commit 73cf15c

Browse files
committed
bump version
1 parent cb8e301 commit 73cf15c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
### Unreleased
88

9+
## [0.4.11]
10+
11+
### Added
12+
- Support for recovering signatures with a V value below 27 (like from Ledger hardware wallets)
13+
914
## [0.4.10]
1015

16+
### Changed
17+
- Use updated sha3 dependency
18+
- Improved OpenSSL support
19+
1120
### Changed
1221
- Changed Eth::Configuration.default_chain_id back to .chain_id for dependent libraries.
1322

lib/eth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Eth
2-
VERSION = "0.4.10"
2+
VERSION = "0.4.11"
33
end

0 commit comments

Comments
 (0)