Skip to content

Commit 214185f

Browse files
committed
fix ci and changelog
1 parent fb5a9bc commit 214185f

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ jobs:
1414
with:
1515
elixir-version: '1.14'
1616
otp-version: '24.3'
17+
version-type: 'strict'
1718
credo-enabled: false
1819
dialyzer-enabled: false

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ on:
66

77
jobs:
88
hex-publish:
9-
uses: straw-hat-team/github-actions-workflows/.github/workflows/elixir-hex-publish.yml@v1.0.0
9+
uses: straw-hat-team/github-actions-workflows/.github/workflows/elixir-hex-publish.yml@v1.6.3
1010
with:
1111
elixir-version: '1.11'
1212
otp-version: '22.3'
13+
version-type: 'strict'
1314
secrets:
1415
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v8.8.2
9+
10+
* add user agent header [#76](https://github.com/ueberauth/ueberauth_github/pull/76)
11+
* Update version in README [#70](https://github.com/ueberauth/ueberauth_github/pull/70)
12+
* Fix typos [#72](https://github.com/ueberauth/ueberauth_github/pull/72)
13+
* Relax version constraint on ueberauth [#71](https://github.com/ueberauth/ueberauth_github/pull/71)
14+
815
## v0.8.1
916

1017
* Adds the ability to read GitHub client credentials at runtime, rather than only at compile time.

0 commit comments

Comments
 (0)