Skip to content

Commit

Permalink
v0.89.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Dec 7, 2021
1 parent bf5cc6d commit 4a1ebdf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.89.0 2021-12-07
=================

don't reference lib directly in gemspec
ensure tests always run current ruby interpreter
update cert lifetimes for LTS distros
update actions/checkout (dependabot)
deflate should presume headers (as per spec), then retry raw

0.88.0 2021-10-27
=================

Expand Down
2 changes: 1 addition & 1 deletion lib/excon/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Excon
VERSION = '0.88.0'
VERSION = '0.89.0'
end

0 comments on commit 4a1ebdf

Please sign in to comment.