Skip to content

Commit 25071d2

Browse files
committed
Bumps to version 2.2.0.
1 parent c0ee0f7 commit 25071d2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Ongoing [](https://github.com/philnash/pwned/compare/v2.0.2...master)
44

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+
512
## 2.1.0 (July 8, 2020) [](https://github.com/philnash/pwned/compare/v2.0.2...v2.1.0)
613

714
- Minor updates

lib/pwned/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
module Pwned
44
##
55
# The current version of the +pwned+ gem.
6-
VERSION = "2.1.0"
6+
VERSION = "2.2.0"
77
end

0 commit comments

Comments
 (0)