CHANGELOG.md in slack-ruby-block-kit-0.20.0 vs CHANGELOG.md in slack-ruby-block-kit-0.21.0

- old
+ new

@@ -23,10 +23,17 @@ - N/A ### Security - N/A +## [0.21.0] - 2023-02-19 + +### Added +- `Slack::BlockKit::Element::UrlTextInput` (#164 by @dimerman) +- `Slack::BlockKit::Element::EmailTextInput` (#166 by @CGA1123) +- `Slack::BlockKit::Element::Datetimepicker` (#167 by @CGA1123) + ## [0.20.0] - 2022-09-25 ### Added - Added `focus_on_load` parameter to following elements (#153 by @aka-nez): - `Slack::BlockKit::Element::ChannelsSelect` @@ -153,10 +160,11 @@ ### Fixed - Fixed initial options in multi select blocks (#46 by @caalberts) -[Unreleased]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.20.0...HEAD +[Unreleased]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.21.0...HEAD +[0.21.0]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.20.0...v0.21.0 [0.20.0]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.19.0...v0.20.0 [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