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"