Skip to content

Commit

Permalink
Release 1.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jan 23, 2024
1 parent d737a99 commit e355284
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/hexpm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ on:

jobs:
release:
runs-on: ubuntu-22.04
container:
erlang:26
runs-on: ubuntu-20.04
steps:
- name: Check out
uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.1.18

* Fix hex release process

# Version 1.1.17

* Add support for tls-exporter
Expand Down
2 changes: 1 addition & 1 deletion src/fast_tls.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

{application, fast_tls,
[{description, "TLS / SSL OpenSSL-based native driver for Erlang / Elixir"},
{vsn, "1.1.17"},
{vsn, "1.1.18"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, crypto, public_key, p1_utils]},
Expand Down

0 comments on commit e355284

Please sign in to comment.