diff --git a/CHANGELOG.md b/CHANGELOG.md index 608d7dd..53c6b01 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.19.7 (2021-05-26) + + +### Features + +* text builder ([#153](https://github.com/cakekindel/slack-blocks-rs/issues/153)) ([49e845a](https://github.com/cakekindel/slack-blocks-rs/commit/49e845a0df814c8b46cef143f619b247a39ffc52)) + ### 0.19.6 (2021-05-25) diff --git a/Cargo.toml b/Cargo.toml index d76dd6c..999bb5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slack-blocks" -version = "0.19.6" +version = "0.19.7" description = "Models + clientside validation for Slack's JSON Block Kit" edition = "2018"