From f050b6b210425766c3e5e5b0c19b5dd42fd4e8ee Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Tue, 1 Mar 2022 17:04:23 -0300 Subject: [PATCH] Release v1.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c71404a2..a3d5e1e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1071,7 +1071,7 @@ dependencies = [ [[package]] name = "oura" -version = "1.1.0" +version = "1.2.0" dependencies = [ "bech32", "clap", diff --git a/Cargo.toml b/Cargo.toml index ae0749d7..2df9f18b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "oura" description = "The tail of Cardano" -version = "1.1.0" +version = "1.2.0" edition = "2021" repository = "https://github.com/txpipe/oura" homepage = "https://github.com/txpipe/oura"