Skip to content

Commit

Permalink
Bump version to 1.1.0 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiyt committed Aug 28, 2022
1 parent 83b49e5 commit 8ccde1b
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.1.0 (8/28/2022)
* Add support for chunked responses ([mrhaddad](https://github.com/arkadiyt/ssrf_filter/pull/30))

### 1.0.8 (8/3/2022)
* Add support for HEAD requests ([jakeyheath](https://github.com/arkadiyt/ssrf_filter/pull/38))

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.8'
VERSION = '1.1.0'
end

0 comments on commit 8ccde1b

Please sign in to comment.