From 0d65b1c9dae50b63afb44060df31f58631dc7eb4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 1 May 2023 07:38:30 +0000 Subject: [PATCH] chore(release): 17.0.1 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e2d35..fdfe0ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [17.0.1](https://github.com/maidsafe/sn_dbc/compare/v17.0.0...v17.0.1) (2023-05-01) + ## [17.0.0](https://github.com/maidsafe/sn_dbc/compare/v16.0.1...v17.0.0) (2023-04-13) diff --git a/Cargo.toml b/Cargo.toml index 58c75c4..d089076 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_dbc" -version = "17.0.0" +version = "17.0.1" description = "Safe Network DBC" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_dbc"