Skip to content

Commit 5e2e366

Browse files
authored
Merge pull request #131 from railslove/release-ready-v2
Bump version to 2.0.0 and add notes to CHANGELOG
2 parents eda0c0d + 421908d commit 5e2e366

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 2.0.0
2+
- [BUGFIX] Add Openssl 3.0 support
3+
- [BUGFIX] Update CDZ to download data, not upload it
4+
- [BUGFIX] Support signature for keys later than 2048 bit
5+
- [HOUSEKEEPING] Open rubyzip dependency to allow newer versions and update it
6+
- [HOUSEKEEPING] Update supported ruby versions to 2.6+
7+
- [HOUSEKEEPING] Update faraday, nokogiri, and development dependencies
8+
- [HOUSEKEEPING] Remove JRuby test execution due to failing tests - needs to be re-added if required
9+
- [ENHANCEMENT] Adds CRZ order type
10+
- [ENHANCEMENT] Make date period optional for CDZ order type
11+
112
### 1.8.1
213
- [BUGFIX] Remove masking of transport client errors
314

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,4 @@ Railslove has a [Contributor License Agreement (CLA)](https://github.com/railslo
265265

266266
---
267267

268-
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.
268+
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.

epics.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
STA HAA HTD HPD PKT HAC HKD C52 C53 C54
2121
2222
And the following upload orders:
23-
CD1 CDD CCT CDB CDS CCS CDZ
23+
CD1 CDD CCT CDB CDS CCS CDZ CRZ
2424
description
2525

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

4343
spec.add_dependency 'faraday', '>= 1.10.0'
44-
spec.add_dependency 'nokogiri', '>= 1.13.6'
44+
spec.add_dependency 'nokogiri', '>= 1.13.9'
4545
spec.add_dependency 'rubyzip', '>= 2.3.2'
4646

4747
spec.add_development_dependency 'bundler', '>= 1.17.3'

lib/epics/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Epics
4-
VERSION = '1.8.1'
4+
VERSION = '2.0.0'
55
end

0 commit comments

Comments
 (0)