diff --git a/CHANGELOG.md b/CHANGELOG.md index 3955ee91..c35d2c3e 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.18.0 + +### Added + - `Faker.Fruits.En` - add english fruits [[@KevinDaSilvaS](https://github.com/KevinDaSilvaS)] ### Changed @@ -19,10 +33,6 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format. - `Faker.Internet.image_url/0` - switched unresponsive placeholder.it with picsum.photos [[@almirsarajcic](https://github.com/almirsarajcic)] - `Faker.Vehicle.En` - fix spelling of some common makes/models [[@nskins](https://github.com/nskins)] -### Deprecated - -### Removed - ### Fixed - `Faker.date_of_birth` - fix invalid dates due to leap year [[igas](https://github.com/igas)] @@ -30,8 +40,6 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format. - `Faker.Adress.PtBr` - fix model documentation [[@laraujo7](https://github.com/laraujo7)] - `Faker.Address.En/0` corrected formatting for US and Britian [[@atavistock](https://github.com/atavistock)] -### Security - ## 0.17.0 ### Added diff --git a/README.md b/README.md index 4cec279e..d9e549e2 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,12 @@ fake data. ## Quickstart -* add `{:faker, "~> 0.17"}` to your deps in `mix.exs`: +* add `{:faker, "~> 0.18"}` to your deps in `mix.exs`: ```elixir defp deps do [ - {:faker, "~> 0.17", only: :test} + {:faker, "~> 0.18", only: :test} ] end ``` diff --git a/mix.exs b/mix.exs index 9392ddad..5e16eee3 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.17.0" + @version "0.18.0" def project do [