We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ee0f7 commit 25071d2Copy full SHA for 25071d2
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## Ongoing [☰](https://github.com/philnash/pwned/compare/v2.0.2...master)
4
5
+## 2.2.0 (March 27, 2021) [☰](https://github.com/philnash/pwned/compare/v2.1.0...v2.2.0)
6
+
7
+- Minor updates
8
9
+ - Adds `:proxy` option to `request_options` to directly set a proxy on the
10
+ request. Fixes #21, thanks [dparpyani](https://github.com/dparpyani).
11
12
## 2.1.0 (July 8, 2020) [☰](https://github.com/philnash/pwned/compare/v2.0.2...v2.1.0)
13
14
- Minor updates
lib/pwned/version.rb
@@ -3,5 +3,5 @@
module Pwned
##
# The current version of the +pwned+ gem.
- VERSION = "2.1.0"
+ VERSION = "2.2.0"
end
0 commit comments