From 4496fac8bed97853c41806aa900a30aa0916ea86 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Wed, 23 Aug 2023 04:16:11 -0300 Subject: [PATCH] Release v1.8.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ea4447f..617ffdd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2118,7 +2118,7 @@ checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" [[package]] name = "oura" -version = "1.8.1" +version = "1.8.2" dependencies = [ "aws-config", "aws-sdk-lambda", diff --git a/Cargo.toml b/Cargo.toml index ffcd0544..c77a6933 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "oura" description = "The tail of Cardano" -version = "1.8.1" +version = "1.8.2" edition = "2021" repository = "https://github.com/txpipe/oura" homepage = "https://github.com/txpipe/oura"