From 10abfc172e3c6de8af3f0b4cbec95e3721c502ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20S=C3=A1nchez?= <50778235+juliandsg0222@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:45:35 -0500 Subject: [PATCH] Prepare release v0.6.1 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62f4e0d..5399790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.6.1 (25.04.2024) +- Add stale issues policy. See [PR #41](https://github.com/kommitters/soroban-did-contract/pull/41) + ## 0.6.0 (17.04.2024) - Feature: [Set new admin function](https://github.com/kommitters/soroban-did-contract/issues/37). diff --git a/Cargo.toml b/Cargo.toml index c2f6d76..c854fd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soroban-did-contract" -version = "0.6.0" +version = "0.6.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html