Skip to content

Commit

Permalink
Release v0.8.5 (#50)
Browse files Browse the repository at this point in the history
* Release v0.8.5

* Test newer OTP/elixir versions
  • Loading branch information
voltone authored May 25, 2022
1 parent 8730c48 commit 735057f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 13 deletions.
30 changes: 18 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,29 @@ jobs:
matrix:
include:
- pair:
elixir: 1.5.3
otp: 20.1.7.1
elixir: '1.5.3'
otp: '20.1.7.1'
- pair:
elixir: 1.6.6
otp: 20.3.8.26
elixir: '1.6.6'
otp: '20.3.8.26'
- pair:
elixir: 1.6.6
otp: 21.0.9
elixir: '1.6.6'
otp: '21.0.9'
- pair:
elixir: 1.8.2
otp: 21.3.8.21
elixir: '1.8.2'
otp: '21.3.8.21'
- pair:
elixir: 1.10.4
otp: 23.0.4
elixir: '1.10.4'
otp: '23.0.4'
- pair:
elixir: 1.11.3
otp: 23.2.7
elixir: '1.11.3'
otp: '23.2.7'
- pair:
elixir: '1.12.3'
otp: '24.3.4'
- pair:
elixir: '1.13.4'
otp: '25.0'
lint: lint
steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## v0.8.5

### Fixes

* [X509.Test.Server] Use `:ssl.handshake/3` if available

## v0.8.4

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule X509.MixProject do
use Mix.Project

@source_url "https://github.com/voltone/x509"
@version "0.8.4"
@version "0.8.5"

def project do
[
Expand Down

0 comments on commit 735057f

Please sign in to comment.