From 4ac232b029d01542fc16234acb05a82c5b2e062c Mon Sep 17 00:00:00 2001 From: Justin Leger Date: Fri, 11 Mar 2022 10:39:57 -0500 Subject: [PATCH] v0.4.2 release --- CHANGELOG.md | 8 ++++++++ slackify.gemspec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa5a9b..ebc22cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/slackify.gemspec b/slackify.gemspec index 8de5207..695ba96 100644 --- a/slackify.gemspec +++ b/slackify.gemspec @@ -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.'