Skip to content

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Jun 6, 2022
1 parent 9892f0d commit 1ac476a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.16.0 (released at 2022-06-06)

* Support wechat draft. #305
* Add environment variable for configuring http proxy to ignore IP address changes everytime after app deployment, by @Awlter #312
* Soft drop support for Ruby 2.6, because EOL time 12 Apr 2022.

## v0.15.1 (released at 2022-02-16)

* fix "Psych::BadAlias (Unknown alias: default)" in ruby 3.1.0 #309, reported by @otorain
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.1
0.16.0
2 changes: 1 addition & 1 deletion wechat.gemspec
Original file line number Diff line number Diff line change
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 = '>= 2.7'
s.required_ruby_version = '>= 2.6'
s.required_rubygems_version = ">= 1.8.11"

s.files = Dir['{bin,lib}/**/*'] + %w[LICENSE README.md README-CN.md CHANGELOG.md]
Expand Down

0 comments on commit 1ac476a

Please sign in to comment.