Skip to content

Commit

Permalink
Merge pull request #51 from attestantio/1.2.0
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
mcdee authored Aug 27, 2023
2 parents cc9270a + 5e2e8dd commit e9fd39f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Development
# Version 1.2.0
- add Amazon Secrets Manager (ASM) confidant
- print command errors to stderr
- provide clearer error message on configuration issues
Expand All @@ -7,6 +7,7 @@
- update tracing implementation to use opentelemetry
- provide additional options for S3 wallet stores
- better support for IPv6
- support batched wallets

# Version 1.1.0
- garbage collect the slashing database on startup to reduce on-disk size
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ import (
)

// ReleaseVersion is the release version for the code.
var ReleaseVersion = "1.2.0-rc4"
var ReleaseVersion = "1.2.0"

func main() {
ctx, cancel := context.WithCancel(context.Background())
Expand Down

0 comments on commit e9fd39f

Please sign in to comment.