Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DC-3240: Bump SDK version to 2.3.1 #1958

Merged
1 commit merged into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
jruby-gem-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: jruby-9.4.1
ruby-version: jruby-9.1.17
bundler-cache: true
- uses: actions/setup-java@v2
with:
Expand All @@ -30,12 +30,12 @@ jobs:
rubygems-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.1
ruby-version: 2.3
bundler-cache: true
- name: Run gem release
run: |
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GoodData Ruby SDK Changelog

## 2.3.0
## 2.3.1
- BUGFIX: MSF-25800 Add SSLErrorWaitReadable error to retry error list
- MSF-24148: Upgrade LCM image to run with JRuby latest version 9.4.1
- BUGFIX: MSF-23944 Change log level of rest API call to DEBUG
Expand Down
2 changes: 1 addition & 1 deletion SDK_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.3.1
Loading