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 9e01ee3 commit 7752afbCopy full SHA for 7752afb
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
### Unreleased
8
9
+## [0.4.17]
10
+### Changed
11
+- Gems: bump version to 0.4.17 [#70](https://github.com/se3000/ruby-eth/pull/70)
12
+- Gems: bump keccak to 1.3.0 [#69](https://github.com/se3000/ruby-eth/pull/69)
13
+
14
## [0.4.16]
15
### Changed
16
- Docs: update changelog [#65](https://github.com/se3000/ruby-eth/pull/65)
lib/eth/version.rb
@@ -1,3 +1,3 @@
1
module Eth
2
- VERSION = "0.4.16"
+ VERSION = "0.4.17"
3
end
0 commit comments