We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8e301 commit 73cf15cCopy full SHA for 73cf15c
CHANGELOG.md
@@ -6,8 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
### Unreleased
8
9
+## [0.4.11]
10
+
11
+### Added
12
+- Support for recovering signatures with a V value below 27 (like from Ledger hardware wallets)
13
14
## [0.4.10]
15
16
+### Changed
17
+- Use updated sha3 dependency
18
+- Improved OpenSSL support
19
20
### Changed
21
- Changed Eth::Configuration.default_chain_id back to .chain_id for dependent libraries.
22
lib/eth/version.rb
@@ -1,3 +1,3 @@
1
module Eth
2
- VERSION = "0.4.10"
+ VERSION = "0.4.11"
3
end
0 commit comments