Skip to content

Commit

Permalink
Release 0.14 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed May 11, 2020
1 parent 3f6d217 commit 309b183
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Reverse Chronological Order:

## `master`

...

## `0.14.0` (2020-05-11)

* Add MTPro provider
* Add Proxypedia provider

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ you can implement your own adapter if it your use-case. Take a look at the [Conf
If using bundler, first add 'proxy_fetcher' to your Gemfile:

```ruby
gem 'proxy_fetcher', '~> 0.13'
gem 'proxy_fetcher', '~> 0.14'
```

or if you want to use the latest version (from `master` branch), then:
Expand All @@ -72,7 +72,7 @@ bundle install
Otherwise simply install the gem:

```sh
gem install proxy_fetcher -v '0.13'
gem install proxy_fetcher -v '0.14'
```

## Example of usage
Expand Down Expand Up @@ -429,11 +429,12 @@ Currently ProxyFetcher can deal with next proxy providers (services):

* Free Proxy List
* Free SSL Proxies
* Proxy Docker
* Gather Proxy
* HTTP Tunnel Genius
* Proxy List
* XRoxy
* Proxypedia
* MTPro.xyz

If you wanna use one of them just setup it in the config:

Expand Down
2 changes: 1 addition & 1 deletion lib/proxy_fetcher/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module VERSION
# Major version number
MAJOR = 0
# Minor version number
MINOR = 13
MINOR = 14
# Smallest version number
TINY = 0

Expand Down

0 comments on commit 309b183

Please sign in to comment.