diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 37956dd55..f6ad3148c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -104,15 +104,15 @@ jobs: otp: 24.x - - elixir: v1.13.0-rc.0 + - elixir: v1.13.x otp: 22.x - - elixir: v1.13.0-rc.0 + - elixir: v1.13.x otp: 23.x - - elixir: v1.13.0-rc.0 + - elixir: v1.13.x otp: 24.x @@ -217,15 +217,15 @@ jobs: otp: 24.x - - elixir: v1.13.0-rc.0 + - elixir: v1.13.x otp: 22.x - - elixir: v1.13.0-rc.0 + - elixir: v1.13.x otp: 23.x - - elixir: v1.13.0-rc.0 + - elixir: v1.13.x otp: 24.x @@ -330,14 +330,14 @@ jobs: otp: 24.x - - elixir: v1.13.0-rc.0 + - elixir: v1.13.x otp: 22.x - - elixir: v1.13.0-rc.0 + - elixir: v1.13.x otp: 23.x - - elixir: v1.13.0-rc.0 + - elixir: v1.13.x otp: 24.x diff --git a/CHANGELOG.md b/CHANGELOG.md index e0431c4a5..7407080c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,20 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format. ## Unreleased +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## 0.17.0 + ### Added - `Faker.Internet.StatusCode` [[@emmetreza](https://github.com/emmetreza)] - CI workflow using GitHub Actions [[@anthonator](https://github.com/anthonator)] diff --git a/README.md b/README.md index 0daf79e29..902c8bf53 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ fake data. ## Quickstart -* add `{:faker, "~> 0.16"}` to your deps in `mix.exs`: +* add `{:faker, "~> 0.17"}` to your deps in `mix.exs`: ```elixir defp deps do - [{:faker, "~> 0.16", only: :test}] + [{:faker, "~> 0.17", only: :test}] end ``` diff --git a/mix.exs b/mix.exs index 2ebd7c992..9392ddadd 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Faker.Mixfile do use Mix.Project @source_url "https://github.com/elixirs/faker" - @version "0.16.0" + @version "0.17.0" def project do [