Skip to content

Commit

Permalink
Bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed Jan 20, 2019
1 parent 84f821d commit eca71d8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

1.3.0 / 2019-01-20
==================

* Update webmock to 3.5
* Update rubocop to 0.63
* Switch from rr to mocha/minitest
* Add prettyprint option
* README: add info about tests
* Remove deprecated secure_connection= option
* Merge pull request #54 from @LinkUpStudioUA / symbols-doc-link-fix
* Fix link to filtering by symbols doc
* Fix bundler to <2 on travis (dropped support Ruby < 2.3)
* Fix bundler to 1.17.3 (2.0 dropped support Ruby < 2.3)
* Merge pull request #52 from @thejchap / feature/symbols
* add support for symbols query param
* Remove ruby 2.0/2.1 support and fix rubocop offenses
* Add minitest-focus gem
* Avoid redefine json_response method

v1.2.2 / 2018-03-31
===================

Expand Down
2 changes: 1 addition & 1 deletion lib/open_exchange_rates_bank/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Module for version constant
module OpenExchangeRatesBank
VERSION = '1.2.2'.freeze
VERSION = '1.3.0'.freeze
end

0 comments on commit eca71d8

Please sign in to comment.