diff --git a/CHANGELOG.md b/CHANGELOG.md index 562b6dc..f6a4330 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.14.4 (2021-05-13) + + +### Features + +* select external ([#118](https://github.com/cakekindel/slack-blocks-rs/issues/118)) ([ab2bbda](https://github.com/cakekindel/slack-blocks-rs/commit/ab2bbda4a8f175c1d475fba269eeb69a8a8bfa07)) + ### 0.14.3 (2021-05-12) diff --git a/Cargo.toml b/Cargo.toml index 87f680e..ba0bc03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slack-blocks" -version = "0.14.3" +version = "0.14.4" description = "Models + clientside validation for Slack's JSON Block Kit" edition = "2018"