CHANGELOG.md in slack-ruby-block-kit-0.16.0 vs CHANGELOG.md in slack-ruby-block-kit-0.17.0
- old
+ new
@@ -6,11 +6,11 @@
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
-- Added new `Layout::Actions#checkboxes` method (#96 by @ryanwilsonperkin)
+- N/A
### Changed
- N/A
### Deprecated
@@ -24,18 +24,33 @@
### Security
- N/A
-[Unreleased]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.16.0...HEAD
+[Unreleased]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.17.0...HEAD
---
+## [0.17.0] - 2021-06-28
+
+### Added
+- `Slack::BlockKit::Formatting` with utility functions for Slack text formatting (#98 by @CGA1123)
+
+
+[0.17.0]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.16.0...v0.17.0
+
+
+---
+
+
## [0.16.0] - 2021-06-23
This release contains a breaking change on the `Layout::Actions` interface.
+
+### Added
+- Added new `Layout::Actions#checkboxes` method (#96 by @ryanwilsonperkin)
### Removed
- `Layout::Actions#converstation_select` (use `#conversation_select` instead) (#97 by @ryanwilsonperkin)
### Fixed