Skip to content

Commit

Permalink
Bump to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed Sep 11, 2020
1 parent bc1adc1 commit 3d73cae
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@

1.4.0 / 2020-09-11
==================

* Fix jruby test for cross courses
* Fix deprecation global use of must_equal
* Merge pull request #66 from @korun / clear-cross-courses
* Update rates inside transaction, to prevent RC issues
* Merge pull request #65 from @korun / ensure-file-closed
* Fix unclosed file descriptor after read_from_cache
* Merge pull request #64 from @anton-smagin / clear-cross-courses
* Set old rates to nil on #update_rates before set new one to expire pair rates using base
* Add coverage stage on ci
* Remove Ruby 2.3 support
* Switch to gitlab ci
* Update README
* Fix rubocop to 0.76.0 and remove minitest-focus
* Update gitlab ci gem install does not have --no-ri anymore
* README add more doc about update_rates
* Fix deprecation for minitest 6
* Fix flaky test about Money::Bank::NoAppId
* Support Pathname for cache
* Update rubocop to 0.76
* Remove Ruby 2.2 support and update rubocop
* Update travis list
* README: improve refresh doc

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

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.3.0'
VERSION = '1.4.0'
end

0 comments on commit 3d73cae

Please sign in to comment.