CHANGELOG.md in slack-ruby-block-kit-0.23.0 vs CHANGELOG.md in slack-ruby-block-kit-0.24.0

- old
+ new

@@ -24,10 +24,21 @@ ### Security - N/A +## [0.24.0] - 2024-04-07 + +### Added + +- Added support for Rich Text Block via `Slack::BlockKit::Layout::RichText` (#185 by @GetOutOfMyBakery) + + +### Changed +- Codecov reporting via GitHub Actions OIDC (#188 by @CGA1123) +- Rubygems releasing via GitHub Actions OIDC (#188 by @CGA1123) + ## [0.23.0] - 2023-08-07 ### Added - Added ability to set `emoji` property via `Slack::BlockKit::Blocks#input` (#175 by @bmorton) @@ -179,10 +190,12 @@ ### Fixed - Fixed initial options in multi select blocks (#46 by @caalberts) -[Unreleased]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.22.0...HEAD +[Unreleased]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.24.0...HEAD +[0.23.0]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.23.0...v0.24.0 +[0.23.0]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.22.0...v0.23.0 [0.22.0]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.21.0...v0.22.0 [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