Skip to content

Commit

Permalink
Bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed Oct 23, 2016
1 parent 84d2021 commit 80efc04
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@

v0.7.0 / 2016-10-23
===================

* Merge pull request #36 from @lautis / drop-json-gem
* Use bundled JSON instead of gem
* Better api url tests
* README https links
* Fix rubocop offense Style/StringLiterals
* Improve documentation from inch suggestions
* Skip integration test when OXR_APP_ID not present
* Avoid leak of api key in integration tests
* Update josscrowcroft/open-exchange-rates link
* More info about OXR
* Merge pull request #35 from spk/integration-test
* Better integration test

v0.6.1 / 2016-09-21
===================

Expand All @@ -7,7 +23,7 @@ v0.6.1 / 2016-09-21
* Add failing test for source_url

v0.6.0 / 2016-09-13
==================
===================

* Merge pull request #29 from @xsve / pairrates
* Implemented rate calculation for any pair of currencies via base currency
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 = '0.6.1'.freeze
VERSION = '0.7.0'.freeze
end

0 comments on commit 80efc04

Please sign in to comment.