Skip to content

Commit

Permalink
Upgrade elixir and ready 0.8.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay committed Jan 29, 2020
1 parent 64b3bd5 commit 554ecf6
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: elixir:1.9.4-alpine
image: elixir:1.10.0-alpine

steps:
- uses: actions/checkout@v1
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: elixir:1.9.4-alpine
image: elixir:1.10.0-alpine

steps:
- uses: actions/checkout@v1
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: elixir:1.9.4-alpine
image: elixir:1.10.0-alpine

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: elixir:1.9.4-alpine
image: elixir:1.10.0-alpine

steps:
- uses: actions/checkout@v1
Expand All @@ -106,7 +106,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: elixir:1.9.4-alpine
image: elixir:1.10.0-alpine

env:
MIX_ENV: dev
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.9.4-otp-22
erlang 22.1.6
elixir 1.10.0-otp-22
erlang 22.2.3
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased][]

## [0.8.6][] - 2020-01-29

### Updated

- Dependency updates
- Use GitHub actions for CI

## [0.8.5][] - 2019-09-13

### Updated
Expand Down Expand Up @@ -103,7 +110,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Initial release

[Unreleased]: https://github.com/peek-travel/tipalti-elixir/compare/0.8.5...HEAD
[Unreleased]: https://github.com/peek-travel/tipalti-elixir/compare/0.8.6...HEAD
[0.8.6]: https://github.com/peek-travel/tipalti-elixir/compare/0.8.5...0.8.6
[0.8.5]: https://github.com/peek-travel/tipalti-elixir/compare/0.8.4...0.8.5
[0.8.4]: https://github.com/peek-travel/tipalti-elixir/compare/0.8.3...0.8.4
[0.8.3]: https://github.com/peek-travel/tipalti-elixir/compare/0.8.2...0.8.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The package can be installed by adding `tipalti` to your list of dependencies in
```elixir
def deps do
[
{:tipalti, "~> 0.8.5"}
{:tipalti, "~> 0.8.6"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Tipalti.MixProject do
use Mix.Project

@version "0.8.5"
@version "0.8.6"

def project do
[
Expand Down

0 comments on commit 554ecf6

Please sign in to comment.