Skip to content

Commit

Permalink
Bump version to 1.2.0 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiyt authored Nov 8, 2024
1 parent b9d998e commit acb5a90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### main
* Drop support for ruby 2.6, add support for ruby 3.3
* Stop patching OpenSSL (resolves https://github.com/arkadiyt/ssrf_filter/issues/72) (([arkadiyt](https://github.com/arkadiyt/ssrf_filter/pull/73)))
### 1.2.0 (11/7/2024)
* Drop support for ruby 2.6, add support for ruby 3.3 ([arkadiyt](https://github.com/arkadiyt/ssrf_filter/pull/73))
* Stop patching OpenSSL (resolves [#72](https://github.com/arkadiyt/ssrf_filter/issues/72)) ([arkadiyt](https://github.com/arkadiyt/ssrf_filter/pull/73))

### 1.1.2 (9/11/2023)
* Fix a bug introduced in 1.1.0 when reading non-streaming bodies from responses ([mshibuya](https://github.com/arkadiyt/ssrf_filter/pull/60))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This gem provides a safe and easy way to fetch content from user-submitted urls.
1) Add the gem to your Gemfile:

```ruby
gem 'ssrf_filter', '~> 1.1.2'
gem 'ssrf_filter', '~> 1.2.0'
```

2) In your code:
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.1.2'
VERSION = '1.2.0'
end

0 comments on commit acb5a90

Please sign in to comment.