From 8cf76c9fa41b15736f0aafce2b96f9a6229c75da Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 12 Apr 2023 09:46:34 +0000 Subject: [PATCH] chore(release): 16.0.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4ba512..90ad3f6 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. +### [16.0.1](https://github.com/maidsafe/sn_dbc/compare/v16.0.0...v16.0.1) (2023-04-12) + + +### Bug Fixes + +* expose the new type taken in api ([ada0dc9](https://github.com/maidsafe/sn_dbc/commit/ada0dc9a2fd61cf1a471340cb70938262add73f0)) + ## [16.0.0](https://github.com/maidsafe/sn_dbc/compare/v15.1.0...v16.0.0) (2023-04-12) diff --git a/Cargo.toml b/Cargo.toml index ecaf961..5531b60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_dbc" -version = "16.0.0" +version = "16.0.1" description = "Safe Network DBC" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_dbc"