From d2a8c351b6282f44c5d20b843fd4d7cf57b7b911 Mon Sep 17 00:00:00 2001 From: h4sh3d Date: Wed, 29 Jun 2022 18:46:37 +0200 Subject: [PATCH] Release 2.0.2 (#20) --- CHANGELOG.md | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a63cac6..558262a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.2] - 2022-06-29 + ### Added - New `base_branch` input in `draft-new-release.yml` to change the default branch 'main' @@ -56,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Draft new release` shared workflow - `Release to crates.io` shared workflow -[Unreleased]: https://github.com/monero-rs/workflows/compare/v2.0.1...HEAD +[Unreleased]: https://github.com/monero-rs/workflows/compare/v2.0.2...HEAD +[2.0.2]: https://github.com/monero-rs/workflows/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/monero-rs/workflows/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/monero-rs/workflows/compare/v1.1.0...v2.0.0 [1.1.0]: https://github.com/monero-rs/workflows/compare/v1.0.0...v1.1.0 diff --git a/README.md b/README.md index 5318dc4..3ebb3c2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Workflow version](https://img.shields.io/badge/Workflow%20version-@v2.0.1-blue)](https://github.com/monero-rs/workflows/releases/tag/v2.0.1) +[![Workflow version](https://img.shields.io/badge/Workflow%20version-@v2.0.2-blue)](https://github.com/monero-rs/workflows/releases/tag/v2.0.2) [![License: MIT or Apache](https://img.shields.io/badge/License-MIT%20or%20Apache%202.0-yellow.svg)](./COPYRIGHT) # Shared Workflows