|
1 | 1 | <a name="unreleased"></a>
|
2 | 2 | ## [Unreleased]
|
3 | 3 |
|
| 4 | + |
| 5 | +<a name="v1.4.0"></a> |
| 6 | +## [v1.4.0] - 2022-05-09 |
4 | 7 | ### Features
|
5 | 8 | - Emit witness events ([#262](https://github.com/txpipe/oura/issues/262))
|
6 | 9 | - Introduce GCP PubSub sink ([#237](https://github.com/txpipe/oura/issues/237))
|
7 | 10 | - Add native scripts ([#241](https://github.com/txpipe/oura/issues/241))
|
8 | 11 | - Add custom terminal format for ADA Handle assets ([#232](https://github.com/txpipe/oura/issues/232))
|
9 | 12 | - Add option to include tx details in block events ([#231](https://github.com/txpipe/oura/issues/231))
|
| 13 | +- **CIP15:** Add CIP-0015 parser ([#124](https://github.com/txpipe/oura/issues/124)) |
10 | 14 |
|
11 | 15 | ### Doc
|
12 | 16 | - Add [source.finalize] doc and example ([#258](https://github.com/txpipe/oura/issues/258))
|
|
16 | 20 | - Ensure aws feature builds ok in isolation ([#230](https://github.com/txpipe/oura/issues/230))
|
17 | 21 |
|
18 | 22 | ### Docs
|
| 23 | +- Add automated changelog ([#286](https://github.com/txpipe/oura/issues/286)) |
19 | 24 | - Fix typo in CONTRIBUTING.md ([#259](https://github.com/txpipe/oura/issues/259))
|
20 | 25 | - Fix typo in README ([#239](https://github.com/txpipe/oura/issues/239))
|
21 | 26 | - Fixed typos ([#226](https://github.com/txpipe/oura/issues/226))
|
22 | 27 |
|
| 28 | +### Continuous Integration |
| 29 | +- Fix github / kubectl / eks issue |
| 30 | + |
23 | 31 | ### Chore
|
24 | 32 | - Add min-depth to e2e tests ([#272](https://github.com/txpipe/oura/issues/272))
|
25 | 33 | - Fix linting issues ([#244](https://github.com/txpipe/oura/issues/244))
|
@@ -524,7 +532,8 @@ Configuration keys for the 'Selection' filter changed to reflect new metadata st
|
524 | 532 | - fix lint issues
|
525 | 533 |
|
526 | 534 |
|
527 |
| -[Unreleased]: https://github.com/txpipe/oura/compare/v1.3.2...HEAD |
| 535 | +[Unreleased]: https://github.com/txpipe/oura/compare/v1.4.0...HEAD |
| 536 | +[v1.4.0]: https://github.com/txpipe/oura/compare/v1.3.2...v1.4.0 |
528 | 537 | [v1.3.2]: https://github.com/txpipe/oura/compare/v1.3.1...v1.3.2
|
529 | 538 | [v1.3.1]: https://github.com/txpipe/oura/compare/v1.3.0...v1.3.1
|
530 | 539 | [v1.3.0]: https://github.com/txpipe/oura/compare/v1.2.2...v1.3.0
|
|
0 commit comments