From 9bdeba8c8c42fd22be08d9cf23795f67064041ea Mon Sep 17 00:00:00 2001 From: Arkadiy Tetelman Date: Mon, 21 Oct 2019 11:45:24 -0700 Subject: [PATCH] Bump version to 1.0.7 (#28) --- CHANGELOG.md | 3 +++ lib/ssrf_filter/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f4988..be34f6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 1.0.7 (10/21/2019) +* Allow passing custom options to Net::HTTP.start ([groe](https://github.com/groe)) + ### 1.0.6 (2/24/2018) * Backport a fix for a [bug](https://bugs.ruby-lang.org/issues/10054) in Ruby's http library diff --git a/lib/ssrf_filter/version.rb b/lib/ssrf_filter/version.rb index 054d181..2ab30d3 100644 --- a/lib/ssrf_filter/version.rb +++ b/lib/ssrf_filter/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class SsrfFilter - VERSION = '1.0.6'.freeze + VERSION = '1.0.7'.freeze end