Skip to content

Commit d46a624

Browse files
committed
Prepare for v0.19.0
1 parent bfee0a5 commit d46a624

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff 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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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

77
GEM

lib/slack/block_kit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Slack
44
module BlockKit
5-
VERSION = '0.18.0'
5+
VERSION = '0.19.0'
66
end
77
end

0 commit comments

Comments
 (0)