From 3e98138098a7b80704dbfb5ca7c5f23717c5b21d Mon Sep 17 00:00:00 2001 From: Anthony Smith <420061+anthonator@users.noreply.github.com> Date: Mon, 19 Oct 2020 09:13:33 -0400 Subject: [PATCH] Bump version to v0.16.0 --- CHANGELOG.md | 14 ++++++++++++++ README.md | 4 ++-- mix.exs | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a9ae2485..914434321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,20 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format. ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## 0.16.0 + +### Added + - `Faker.Markdown` [[techgaun](https://github.com/techgaun)] - `Faker.Aws.En.rds_action/0` [[@vboivin](https://github.com/vboivin)] - `Faker.Aws.En.ec2_action/0` [[@vboivin](https://github.com/vboivin)] diff --git a/README.md b/README.md index d1a02dada..4bddcc9db 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ fake data. ## Quickstart -* add `{:faker, "~> 0.15"}` to your deps in `mix.exs`: +* add `{:faker, "~> 0.16"}` to your deps in `mix.exs`: ```elixir defp deps do - [{:faker, "~> 0.15", only: :test}] + [{:faker, "~> 0.16", only: :test}] end ``` diff --git a/mix.exs b/mix.exs index 117a94b29..bac8350bb 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Faker.Mixfile do use Mix.Project - @version "0.15.0" + @version "0.16.0" def project do [