From fed3ce617d885bb5095bca74816bb4e392a4d794 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Tue, 26 Jul 2022 16:48:24 +0200 Subject: [PATCH] chore: cosmovisor v1.2.0 release updates (#12730) --- cosmovisor/CHANGELOG.md | 4 +++- cosmovisor/cmd/cosmovisor/version.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cosmovisor/CHANGELOG.md b/cosmovisor/CHANGELOG.md index fc38e7634b..6f71487a42 100644 --- a/cosmovisor/CHANGELOG.md +++ b/cosmovisor/CHANGELOG.md @@ -37,6 +37,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +## v1.2.0 2022-07-26 + ### Features * [\#12464](https://github.com/cosmos/cosmos-sdk/pull/12464) Create the `cosmovisor init` command. @@ -52,7 +54,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ * [\#12188](https://github.com/cosmos/cosmos-sdk/pull/12188) Remove the possibility to set a time with only a number. `DAEMON_POLL_INTERVAL` env variable now only supports a duration (e.g. `100ms`, `30s`, `20m`). -## v1.1.0 2022-10-02 +## v1.1.0 2022-02-10 ### Features diff --git a/cosmovisor/cmd/cosmovisor/version.go b/cosmovisor/cmd/cosmovisor/version.go index 617f6bd88d..c8e427eb93 100644 --- a/cosmovisor/cmd/cosmovisor/version.go +++ b/cosmovisor/cmd/cosmovisor/version.go @@ -17,7 +17,7 @@ func init() { var ( // Version represents Cosmovisor version value. Overwritten during build - Version = "1.1.0" + Version = "1.2.0" // OutputFlag defines the output format flag OutputFlag = "output" )