Skip to content

Commit

Permalink
Bump version to v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonator committed Oct 19, 2020
1 parent 64eb02e commit 3e98138
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

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 Faker.Mixfile do
use Mix.Project

@version "0.15.0"
@version "0.16.0"

def project do
[
Expand Down

0 comments on commit 3e98138

Please sign in to comment.