Skip to content

Commit 7752afb

Browse files
authored
Gems: bump version to 0.4.17 (#70)
* Gems: bump version to 0.4.17 * docs: update changelog
1 parent 9e01ee3 commit 7752afb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

77
### Unreleased
88

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+
914
## [0.4.16]
1015
### Changed
1116
- Docs: update changelog [#65](https://github.com/se3000/ruby-eth/pull/65)

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.16"
2+
VERSION = "0.4.17"
33
end

0 commit comments

Comments
 (0)