From f92745ad91e5d76ff117940116ef6526ee338650 Mon Sep 17 00:00:00 2001 From: cakekindel Date: Mon, 24 May 2021 16:18:29 +0000 Subject: [PATCH] chore(release): 0.17.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59626df..a55652d 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.17.1 (2021-05-24) + + +### Bug Fixes + +* all the lints! ([#142](https://github.com/cakekindel/slack-blocks-rs/issues/142)) ([fff8f11](https://github.com/cakekindel/slack-blocks-rs/commit/fff8f119bee17d19a165c4be8bb07e28cf202c6c)) + ## 0.17.0 (2021-05-24) diff --git a/Cargo.toml b/Cargo.toml index 39023d7..a709dc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slack-blocks" -version = "0.17.0" +version = "0.17.1" description = "Models + clientside validation for Slack's JSON Block Kit" edition = "2018"