Skip to content

Commit 738d2bc

Browse files
committed
v0.81.0
1 parent 2f18299 commit 738d2bc

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

changelog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.81.0 2021-04-28
2+
=================
3+
4+
add helper for converting headers to strings
5+
add ssl_proxy_headers datum key and usage
6+
pass datum to socket
7+
tweak logging middleware to allow Syslog::logger usage
8+
remove ruby 3 from allowed failures
9+
110
0.80.1 2021-04-15
211
=================
312

lib/excon/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Excon
3-
VERSION = '0.80.1'
3+
VERSION = '0.81.0'
44
end

0 commit comments

Comments
 (0)