From 5a0735a4eb7748e2fa72a3bd76d9a5f23150fb2e Mon Sep 17 00:00:00 2001 From: cakekindel Date: Tue, 11 May 2021 16:03:29 +0000 Subject: [PATCH] chore(release): 0.14.0 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0347d60..b59acae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.0 (2021-05-11) + + +### ⚠ BREAKING CHANGES + +* select public channels + +### Features + +* select public channels ([4f90d7a](https://github.com/cakekindel/slack-blocks-rs/commit/4f90d7ac5dc324dc8fe76cd00e4b82ff3efe1f18)) + ## 0.13.0 (2021-05-10) diff --git a/Cargo.toml b/Cargo.toml index bd2c197..c498b92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slack-blocks" -version = "0.13.0" +version = "0.14.0" description = "Models + clientside validation for Slack's JSON Block Kit" edition = "2018"