Skip to content

Commit

Permalink
Prepare v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CGA1123 committed Jun 23, 2021
1 parent f20bb99 commit 4e25c20
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Expand All @@ -16,16 +17,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- N/A

### Removed
- `Layout::Actions#converstation_select` (use `#conversation_select` instead)
- N/A

### Fixed
- Fixed name of method in `Layout::Actions` to be `conversation_select`
- N/A

### Security
- N/A


[Unreleased]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.15.0...HEAD
[Unreleased]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.16.0...HEAD


---


## [0.16.0] - 2021-06-23

This release contains a breaking change on the `Layout::Actions` interface.

### Removed
- `Layout::Actions#converstation_select` (use `#conversation_select` instead) (#97 by @ryanwilsonperkin)

### Fixed
- Fixed name of method in `Layout::Actions` to be `conversation_select` (#97 by @ryanwilsonperkin)


[0.16.0]: https://github.com/CGA1123/slack-ruby-block-kit/compare/v0.15.0...v0.16.0


---
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
slack-ruby-block-kit (0.15.0)
slack-ruby-block-kit (0.16.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/slack/block_kit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Slack
module BlockKit
VERSION = '0.15.0'
VERSION = '0.16.0'
end
end

0 comments on commit 4e25c20

Please sign in to comment.