Skip to content

Commit

Permalink
Merge pull request #1958 from hung-nguyen-hoang/DC-3240
Browse files Browse the repository at this point in the history
DC-3240: Bump SDK version to 2.3.1

Reviewed-by: https://github.com/danh-ung
  • Loading branch information
gdgate authored Mar 8, 2024
2 parents ffe854e + bc5db6e commit a7199f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit a7199f0

Please sign in to comment.