From b0accd11cca78a334f97bcde3e14d8bc1219fe5d Mon Sep 17 00:00:00 2001 From: cakekindel Date: Mon, 24 May 2021 04:13:02 +0000 Subject: [PATCH] chore(release): 0.16.9 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48128e1..4e261a2 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.16.9 (2021-05-24) + + +### Features + +* conversations multi-select ([#139](https://github.com/cakekindel/slack-blocks-rs/issues/139)) ([187aeee](https://github.com/cakekindel/slack-blocks-rs/commit/187aeeef28d85c3b0c9689246f315d69257d1695)) + ### 0.16.8 (2021-05-24) diff --git a/Cargo.toml b/Cargo.toml index 17dcc87..0a0c838 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slack-blocks" -version = "0.16.8" +version = "0.16.9" description = "Models + clientside validation for Slack's JSON Block Kit" edition = "2018"