From ad8023e5266087937cc9f41fecc6cc8f2421f7f8 Mon Sep 17 00:00:00 2001 From: Eric Guo Date: Thu, 4 Jan 2024 16:49:10 +0800 Subject: [PATCH] Release 0.17.3 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- wechat.gemspec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ebcfd94..0af03451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.17.3 (released at 2024-01-04) + +* Add New CorpApi batch_get_by_user and follow_user_list. by @leepood #321 +* Use JSON.parse handle response.body directly. by @leepood #322 + ## v0.17.2 (released at 2023-12-30) * Fix no need the message type restrictions. by @leepood #319 diff --git a/VERSION b/VERSION index c3d16c16..884e9604 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.17.2 +0.17.3 diff --git a/wechat.gemspec b/wechat.gemspec index f81f0041..9b801dbb 100644 --- a/wechat.gemspec +++ b/wechat.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.licenses = ['MIT'] s.summary = 'DSL for wechat message handling and API' s.description = 'API, command and message handling for WeChat in Rails' - s.required_ruby_version = '>= 3.0' + s.required_ruby_version = '>= 2.7' s.required_rubygems_version = ">= 3.1.6" s.files = Dir['{bin,lib}/**/*'] + %w[LICENSE README.md README-CN.md CHANGELOG.md]