CHANGELOG.md in slack-ruby-block-kit-0.18.0 vs CHANGELOG.md in slack-ruby-block-kit-0.19.0

- old
+ new

@@ -23,10 +23,20 @@ - N/A ### Security - N/A +## [0.19.0] - 2022-09-05 + +### Added +- Added `Slack::BlockKit::Layout::Video` (#152 by @jcat4) + +This adds support for Slack's new Video Block. + +See: https://api.slack.com/reference/block-kit/blocks#video + + ## [0.18.0] - 2022-08-26 ### Added - `Slack::BlockKit::Layout::Input#Timepicker` - `Slack::BlockKit::Layout::Actions#timepicker` @@ -123,11 +133,12 @@ ### Fixed - Fixed initial options in multi select blocks (#46 by @caalberts) -[Unreleased]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.18.0...HEAD -[0.17.0]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.17.0...v0.18.0 +[Unreleased]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.19.0...HEAD +[0.19.0]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.18.0...v0.19.0 +[0.18.0]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.17.0...v0.18.0 [0.17.0]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.16.0...v0.17.0 [0.16.0]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.15.0...v0.16.0 [0.15.0]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.14.1...v0.15.0 [0.14.1]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.13.0...v0.14.0