From 80d975d8644fdcec50bb0092835eeaa52ce0f927 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 31 May 2023 11:18:46 +0000 Subject: [PATCH] chore(release): 18.1.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d766077..e468137 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. +## [18.1.0](https://github.com/maidsafe/sn_dbc/compare/v18.0.0...v18.1.0) (2023-05-31) + + +### Features + +* only print dbc_id when printing SignedSpend ([3351dc8](https://github.com/maidsafe/sn_dbc/commit/3351dc8a5efc1b53638e65620261eab326f3eb5d)) + ## [18.0.0](https://github.com/maidsafe/sn_dbc/compare/v17.0.1...v18.0.0) (2023-05-19) diff --git a/Cargo.toml b/Cargo.toml index 39167e5..270f510 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_dbc" -version = "18.0.0" +version = "18.1.0" description = "Safe Network DBC" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_dbc"