From f378ded506c508277b78c5e37680471bcd6b7273 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 22 Apr 2024 10:53:48 +0000 Subject: [PATCH] chore(release): 0.29.2 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 929e9c530..d3d2731c0 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. +### [0.29.2](https://github.com/maidsafe/self_encryption/compare/v0.29.1...v0.29.2) (2024-04-22) + ### [0.29.1](https://github.com/maidsafe/self_encryption/compare/v0.29.0...v0.29.1) (2024-01-24) diff --git a/Cargo.toml b/Cargo.toml index 77cceae4c..1a0c23401 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "self_encryption" readme = "README.md" repository = "https://github.com/maidsafe/self_encryption" -version = "0.29.1" +version = "0.29.2" [dependencies] aes = "~0.8.1"