Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed Mar 25, 2018
1 parent 6940c2a commit 15215c6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

v1.0.0 / 2018-03-25
===================

* Merge pull request #41 from @b-mandelbrot /add-show-alternative
* Add support for black market and digital currency rates
* Merge pull request #42 from spk/save-rates-when-ttl-expire
* Save rates to cache after first fetch and add example with Rails
* Improve documation about cache and rates ttl
* Save rates when ttl expire
* Merge pull request #40 from @Jetbuilt / deprecate-secure_connection
* Closes #39 - Make all requests over https and deprecate `secure_connection`
* Support Ruby >= 2.0

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

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.7.0'.freeze
VERSION = '1.0.0'.freeze
end

0 comments on commit 15215c6

Please sign in to comment.