Skip to content

Commit

Permalink
Merge pull request #25 from jusleg/0.4.2
Browse files Browse the repository at this point in the history
v0.4.2 release
  • Loading branch information
jusleg authored Mar 11, 2022
2 parents b0804a8 + 4ac232b commit 270fd84
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## V0.4.2

- Adds ruby 3.0+ support with `YAML.unsafe_load_file` ([PR #24](https://github.com/jusleg/slackify/pull/24)) by [@stevemelamedshopify](https://github.com/stevemelamedshopify)

## V0.4.1

- Fixes client freezing ([PR #22](https://github.com/jusleg/slackify/pull/22)) by [@tarynmusgrave](https://github.com/tarynmusgrave)

## V0.4.0

- **BREAKING CHANGE:** Use `approved_bot_ids` instead of `whitelisted_bot_ids` ([6243c11](https://github.com/jusleg/slackify/commit'6243c11c3b5e49fa31feb2ebfd9394c362509524)) by [@DougEdey](https://github.com/DougEdey)
Expand Down
2 changes: 1 addition & 1 deletion slackify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'slackify'
s.version = '0.4.1'
s.version = '0.4.2'
s.date = '2019-12-11'
s.summary = 'Slackbot framework for Rails using the Events API'
s.description = 'Slackbot framework for Rails using the Events API. Supports events, interactive messages and slash commands.'
Expand Down

0 comments on commit 270fd84

Please sign in to comment.