From 18bb879047ed12a4081d068dee7c3e531cbbf033 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Sat, 4 Feb 2023 16:29:00 -0300 Subject: [PATCH] Release v1.8.1 --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++------------ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 30 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17c9e919..201462a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,24 @@ ## [Unreleased] - -## [v1.8] - 2023-01-29 + +## [v1.8.1] - 2023-02-04 +### Features +- Send inline datum as new events ([#539](https://github.com/txpipe/oura/issues/539)) + +### Bug Fixes +- Use correct bytes for Byron addresses ([#537](https://github.com/txpipe/oura/issues/537)) +- Use original cbor to define inline datum hash ([#538](https://github.com/txpipe/oura/issues/538)) + +### Docs +- Add missing GCP PubSub item to index ([#534](https://github.com/txpipe/oura/issues/534)) + +### Chore +- Fix build badge ([#533](https://github.com/txpipe/oura/issues/533)) + + + +## [v1.8.0] - 2023-01-30 ### Features - Add vrf_key to block event data ([#489](https://github.com/txpipe/oura/issues/489)) - Expose collateral data ([#495](https://github.com/txpipe/oura/issues/495)) @@ -667,17 +683,16 @@ Configuration keys for the 'Selection' filter changed to reflect new metadata st ## [v0.3.1-docker3] - 2021-12-12 ### Continuous Integration - remove extra container platforms to speed up workflow -- add docker build to release workflow - -## [v0.3.1-docker] - 2021-12-12 + +## [v0.3.1-docker2] - 2021-12-12 ### Continuous Integration - add docker build to release workflow - -## [v0.3.1-docker2] - 2021-12-12 + +## [v0.3.1-docker] - 2021-12-12 ### Continuous Integration - add docker build to release workflow @@ -752,8 +767,9 @@ Configuration keys for the 'Selection' filter changed to reflect new metadata st - fix lint issues -[Unreleased]: https://github.com/txpipe/oura/compare/v1.8...HEAD -[v1.8]: https://github.com/txpipe/oura/compare/v1.7.3...v1.8 +[Unreleased]: https://github.com/txpipe/oura/compare/v1.8.1...HEAD +[v1.8.1]: https://github.com/txpipe/oura/compare/v1.8.0...v1.8.1 +[v1.8.0]: https://github.com/txpipe/oura/compare/v1.7.3...v1.8.0 [v1.7.3]: https://github.com/txpipe/oura/compare/v1.7.2...v1.7.3 [v1.7.2]: https://github.com/txpipe/oura/compare/v1.7.1...v1.7.2 [v1.7.1]: https://github.com/txpipe/oura/compare/v1.7.0...v1.7.1 @@ -787,9 +803,9 @@ Configuration keys for the 'Selection' filter changed to reflect new metadata st [v0.3.4]: https://github.com/txpipe/oura/compare/v0.3.3...v0.3.4 [v0.3.3]: https://github.com/txpipe/oura/compare/v0.3.2...v0.3.3 [v0.3.2]: https://github.com/txpipe/oura/compare/v0.3.1-docker3...v0.3.2 -[v0.3.1-docker3]: https://github.com/txpipe/oura/compare/v0.3.1-docker...v0.3.1-docker3 -[v0.3.1-docker]: https://github.com/txpipe/oura/compare/v0.3.1-docker2...v0.3.1-docker -[v0.3.1-docker2]: https://github.com/txpipe/oura/compare/v0.3.1...v0.3.1-docker2 +[v0.3.1-docker3]: https://github.com/txpipe/oura/compare/v0.3.1-docker2...v0.3.1-docker3 +[v0.3.1-docker2]: https://github.com/txpipe/oura/compare/v0.3.1-docker...v0.3.1-docker2 +[v0.3.1-docker]: https://github.com/txpipe/oura/compare/v0.3.1...v0.3.1-docker [v0.3.1]: https://github.com/txpipe/oura/compare/v0.3.0...v0.3.1 [v0.3.0]: https://github.com/txpipe/oura/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/txpipe/oura/compare/v0.1.0...v0.2.0 diff --git a/Cargo.lock b/Cargo.lock index 2fb557bb..b4d714ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1827,7 +1827,7 @@ checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" [[package]] name = "oura" -version = "1.8.0" +version = "1.8.1" dependencies = [ "aws-config", "aws-sdk-lambda", diff --git a/Cargo.toml b/Cargo.toml index 8ff0e9bd..80dfd181 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "oura" description = "The tail of Cardano" -version = "1.8.0" +version = "1.8.1" edition = "2021" repository = "https://github.com/txpipe/oura" homepage = "https://github.com/txpipe/oura"