From a9b2ea5b944989ef1a112f95803462478012ba54 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 20 Jun 2023 06:00:07 +0000 Subject: [PATCH] chore(release): 19.1.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14d7889..38ea8cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [19.1.0](https://github.com/maidsafe/sn_dbc/compare/v19.0.1...v19.1.0) (2023-06-20) + + +### Features + +* include parent tx in spend ([3e8f3bf](https://github.com/maidsafe/sn_dbc/commit/3e8f3bf8ede4d29eb902d5db8af6299a095d0423)) + ### [19.0.1](https://github.com/maidsafe/sn_dbc/compare/v19.0.0...v19.0.1) (2023-06-12) ## [19.0.0](https://github.com/maidsafe/sn_dbc/compare/v18.1.0...v19.0.0) (2023-05-31) diff --git a/Cargo.toml b/Cargo.toml index be7fbb1..91bf546 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_dbc" -version = "19.0.1" +version = "19.1.0" description = "Safe Network DBC" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_dbc"