Update changelog

This commit is contained in:
Jim McDonald 2020-12-28 08:32:33 +00:00
parent 6be25aed85
commit d7dd5875ca
No known key found for this signature in database
GPG Key ID: 89CEB61B2AD2A5E7
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Development:
- add 'epoch_slot' label to 'vouch_block_receipt_delay_seconds' metric
1.0.3:
- metric 'vouch_attestation_process_duration_seconds' now counts multiple attestations correctly
- re-implement accountmanager metrics
1.0.2:

View File

@ -77,7 +77,7 @@ import (
)
// ReleaseVersion is the release version for the code.
var ReleaseVersion = "1.0.2"
var ReleaseVersion = "1.1.0-development"
func main() {
os.Exit(main2())