Skip to content

Commit 9c7c4bd

Browse files
committed
Release v1.4.1
1 parent 92a50b3 commit 9c7c4bd

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
## [Unreleased]
33

44

5+
<a name="v1.4.1"></a>
6+
## [v1.4.1] - 2022-05-09
7+
### Bug Fixes
8+
- Relax CIP15 requirements and log level ([#290](https://github.com/txpipe/oura/issues/290))
9+
10+
511
<a name="v1.4.0"></a>
612
## [v1.4.0] - 2022-05-09
713
### Features
@@ -27,6 +33,7 @@
2733

2834
### Continuous Integration
2935
- Fix github / kubectl / eks issue
36+
- Workaround github / kubectl / eks issue
3037

3138
### Chore
3239
- Add min-depth to e2e tests ([#272](https://github.com/txpipe/oura/issues/272))
@@ -532,7 +539,8 @@ Configuration keys for the 'Selection' filter changed to reflect new metadata st
532539
- fix lint issues
533540

534541

535-
[Unreleased]: https://github.com/txpipe/oura/compare/v1.4.0...HEAD
542+
[Unreleased]: https://github.com/txpipe/oura/compare/v1.4.1...HEAD
543+
[v1.4.1]: https://github.com/txpipe/oura/compare/v1.4.0...v1.4.1
536544
[v1.4.0]: https://github.com/txpipe/oura/compare/v1.3.2...v1.4.0
537545
[v1.3.2]: https://github.com/txpipe/oura/compare/v1.3.1...v1.3.2
538546
[v1.3.1]: https://github.com/txpipe/oura/compare/v1.3.0...v1.3.1

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oura"
33
description = "The tail of Cardano"
4-
version = "1.4.0"
4+
version = "1.4.1"
55
edition = "2021"
66
repository = "https://github.com/txpipe/oura"
77
homepage = "https://github.com/txpipe/oura"

0 commit comments

Comments
 (0)