Skip to content

Commit

Permalink
Release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored and kodemill committed Jun 24, 2022
1 parent 826440b commit c0331c4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
## [Unreleased]


<a name="v1.4.1"></a>
## [v1.4.1] - 2022-05-09
### Bug Fixes
- Relax CIP15 requirements and log level ([#290](https://github.com/txpipe/oura/issues/290))


<a name="v1.4.0"></a>
## [v1.4.0] - 2022-05-09
### Features
Expand All @@ -27,6 +33,7 @@

### Continuous Integration
- Fix github / kubectl / eks issue
- Workaround github / kubectl / eks issue

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


[Unreleased]: https://github.com/txpipe/oura/compare/v1.4.0...HEAD
[Unreleased]: https://github.com/txpipe/oura/compare/v1.4.1...HEAD
[v1.4.1]: https://github.com/txpipe/oura/compare/v1.4.0...v1.4.1
[v1.4.0]: https://github.com/txpipe/oura/compare/v1.3.2...v1.4.0
[v1.3.2]: https://github.com/txpipe/oura/compare/v1.3.1...v1.3.2
[v1.3.1]: https://github.com/txpipe/oura/compare/v1.3.0...v1.3.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oura"
description = "The tail of Cardano"
version = "1.4.0"
version = "1.4.1"
edition = "2021"
repository = "https://github.com/txpipe/oura"
homepage = "https://github.com/txpipe/oura"
Expand Down

0 comments on commit c0331c4

Please sign in to comment.