Skip to content

Commit

Permalink
Forward port changes from v0.11.4 release
Browse files Browse the repository at this point in the history
Merge release-0.11 branch.
  • Loading branch information
bettio committed Jan 28, 2021
2 parents d60fe7b + 63de1eb commit 8376e5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
key: ${{ runner.os }}-${{ env.elixir_version }}-${{ env.otp_version }}-dialyzer_cache-${{ github.sha }}
restore-keys: |
${{ runner.os }}-${{ env.elixir_version }}-${{ env.otp_version }}-dialyzer_cache-
- uses: actions/setup-elixir@v1.3.0
- uses: actions/setup-elixir@v1.5.0
with:
otp-version: ${{ env.otp_version }}
elixir-version: ${{ env.elixir_version }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
key: ${{ runner.os }}-${{ env.elixir_version }}-${{ env.otp_version }}-_build-${{ github.sha }}
restore-keys: |
${{ runner.os }}-${{ env.elixir_version }}-${{ env.otp_version }}-_build-
- uses: actions/setup-elixir@v1.3.0
- uses: actions/setup-elixir@v1.5.0
with:
otp-version: ${{ env.otp_version }}
elixir-version: ${{ env.elixir_version }}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Support SSL for Cassandra connections.
- Default max certificate chain length to 10.

## [0.11.4] - 2021-01-25

## [0.11.3] - 2020-09-24

## [0.11.2] - 2020-08-14
Expand Down

0 comments on commit 8376e5d

Please sign in to comment.