This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Merge branch 'master' into develop
pull/462/head
Ethan Buchman
8 years ago
parent
1781a52147
f6e28c4975
commit
cc7b2d26e5
2 changed files
with
8 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
CHANGELOG.md
+2
-2
version/version.go
+ 6
- 0
CHANGELOG.md
View File
@ -1,5 +1,11 @@
# Changelog
## 0.9.2 (April 26, 2017)
BUG FIXES:
- Fix bug in
`ResetPrivValidator`
where we were using the global config and log (causing external consumers, eg. basecoin, to fail).
## 0.9.1 (April 21, 2017)
FEATURES:
+ 2
- 2
version/version.go
View File
@ -2,6 +2,6 @@ package version
const
Maj
=
"0"
const
Min
=
"9"
const
Fix
=
"
1
"
const
Fix
=
"
2
"
const
Version
=
"0.9.
1
"
const
Version
=
"0.9.
2
"
Write
Preview
Loading…
Cancel
Save