From 554ecf67a37d3dd8a0050950e73796bd6361517a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Dos=C3=A9?= Date: Wed, 29 Jan 2020 11:45:52 -0800 Subject: [PATCH] Upgrade elixir and ready 0.8.6 release --- .github/workflows/ci.yml | 10 +++++----- .tool-versions | 4 ++-- CHANGELOG.md | 10 +++++++++- README.md | 2 +- mix.exs | 2 +- 5 files changed, 18 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3dd15d..b4eae4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.tool-versions b/.tool-versions index c35d080..71f8556 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -elixir 1.9.4-otp-22 -erlang 22.1.6 +elixir 1.10.0-otp-22 +erlang 22.2.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index beefa46..d10f2e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 017e05e..42cc827 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index e666ac5..9009575 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Tipalti.MixProject do use Mix.Project - @version "0.8.5" + @version "0.8.6" def project do [