Skip to content

Commit

Permalink
Release 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Jan 4, 2024
1 parent 8e47c5f commit ad8023e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.17.2
0.17.3
2 changes: 1 addition & 1 deletion wechat.gemspec
Expand Up @@ -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]
Expand Down

0 comments on commit ad8023e

Please sign in to comment.