Skip to content

Commit

Permalink
Merge pull request #131 from railslove/release-ready-v2
Browse files Browse the repository at this point in the history
Bump version to 2.0.0 and add notes to CHANGELOG
  • Loading branch information
tobischo committed Nov 29, 2022
2 parents eda0c0d + 421908d commit 5e2e366
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 2.0.0
- [BUGFIX] Add Openssl 3.0 support
- [BUGFIX] Update CDZ to download data, not upload it
- [BUGFIX] Support signature for keys later than 2048 bit
- [HOUSEKEEPING] Open rubyzip dependency to allow newer versions and update it
- [HOUSEKEEPING] Update supported ruby versions to 2.6+
- [HOUSEKEEPING] Update faraday, nokogiri, and development dependencies
- [HOUSEKEEPING] Remove JRuby test execution due to failing tests - needs to be re-added if required
- [ENHANCEMENT] Adds CRZ order type
- [ENHANCEMENT] Make date period optional for CDZ order type

### 1.8.1
- [BUGFIX] Remove masking of transport client errors

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@ Railslove has a [Contributor License Agreement (CLA)](https://github.com/railslo

---

2014-2019 - built with love by [Railslove](http://railslove.com) and released under the [GNU LESSER GENERAL PUBLIC LICENSE](https://github.com/railslove/epics/blob/master/LICENSE.txt). We have built quite a number of FinTech products. If you need support we are happy to help. Please contact us at team@railslove.com.
2014-2022 - built with love by [Railslove](http://railslove.com) and released under the [GNU LESSER GENERAL PUBLIC LICENSE](https://github.com/railslove/epics/blob/master/LICENSE.txt). We have built quite a number of FinTech products. If you need support we are happy to help. Please contact us at team@railslove.com.
4 changes: 2 additions & 2 deletions epics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
STA HAA HTD HPD PKT HAC HKD C52 C53 C54
And the following upload orders:
CD1 CDD CCT CDB CDS CCS CDZ
CD1 CDD CCT CDB CDS CCS CDZ CRZ
description

spec.homepage = 'https://github.com/railslove/epics'
Expand All @@ -41,7 +41,7 @@ Gem::Specification.new do |spec|
spec.post_install_message += "\e[32m" + ('*' * 60) + "\n\e[0m"

spec.add_dependency 'faraday', '>= 1.10.0'
spec.add_dependency 'nokogiri', '>= 1.13.6'
spec.add_dependency 'nokogiri', '>= 1.13.9'
spec.add_dependency 'rubyzip', '>= 2.3.2'

spec.add_development_dependency 'bundler', '>= 1.17.3'
Expand Down
2 changes: 1 addition & 1 deletion lib/epics/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Epics
VERSION = '1.8.1'
VERSION = '2.0.0'
end

0 comments on commit 5e2e366

Please sign in to comment.