From 25b9be65cdb42014795c493cf257cfb73527647d Mon Sep 17 00:00:00 2001 From: cakekindel Date: Fri, 28 May 2021 17:25:00 +0000 Subject: [PATCH] chore(release): 0.20.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fd09a5..4ab0299 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. +### 0.20.1 (2021-05-28) + + +### Bug Fixes + +* cargo had >5 keywords ([24defec](https://github.com/cakekindel/slack-blocks-rs/commit/24defec482b9811bf75743c0721215b495c6235e)) + ## 0.20.0 (2021-05-28) diff --git a/Cargo.toml b/Cargo.toml index a75f4c9..8ca38ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slack-blocks" -version = "0.20.0" +version = "0.20.1" description = "Models + clientside validation for Slack's JSON Block Kit" edition = "2018"