Skip to content

Commit

Permalink
Bump version to 1.0.7 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiyt authored Oct 21, 2019
1 parent a310372 commit 9bdeba8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/ssrf_filter/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class SsrfFilter
VERSION = '1.0.6'.freeze
VERSION = '1.0.7'.freeze
end

0 comments on commit 9bdeba8

Please sign in to comment.