File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed
Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88## [ Unreleased]
99
1010### Added
11- - Added ` Slack::BlockKit::Layout::Video ` (#152 by @jcat4 )
12-
13- This adds support for Slack's new Video Block.
14-
15- See: https://api.slack.com/reference/block-kit/blocks#video
11+ - N/A
1612
1713### Changed
1814- N/A
@@ -29,6 +25,16 @@ See: https://api.slack.com/reference/block-kit/blocks#video
2925### Security
3026- N/A
3127
28+ ## [ 0.19.0] - 2022-09-05
29+
30+ ### Added
31+ - Added ` Slack::BlockKit::Layout::Video ` (#152 by @jcat4 )
32+
33+ This adds support for Slack's new Video Block.
34+
35+ See: https://api.slack.com/reference/block-kit/blocks#video
36+
37+
3238## [ 0.18.0] - 2022-08-26
3339
3440### Added
@@ -129,8 +135,9 @@ This release contains a breaking change on the `Layout::Actions` interface.
129135- Fixed initial options in multi select blocks (#46 by @caalberts )
130136
131137
132- [ Unreleased ] : https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.18.0...HEAD
133- [ 0.17.0 ] : https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.17.0...v0.18.0
138+ [ Unreleased ] : https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.19.0...HEAD
139+ [ 0.19.0 ] : https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.18.0...v0.19.0
140+ [ 0.18.0 ] : https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.17.0...v0.18.0
134141[ 0.17.0 ] : https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.16.0...v0.17.0
135142[ 0.16.0 ] : https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.15.0...v0.16.0
136143[ 0.15.0 ] : https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.14.1...v0.15.0
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- slack-ruby-block-kit (0.18 .0 )
4+ slack-ruby-block-kit (0.19 .0 )
55 zeitwerk (~> 2.6 )
66
77GEM
Original file line number Diff line number Diff line change 22
33module Slack
44 module BlockKit
5- VERSION = '0.18 .0'
5+ VERSION = '0.19 .0'
66 end
77end
You can’t perform that action at this time.
0 commit comments