Skip to content

Commit

Permalink
chore(release): update changelog and bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Falleiro committed May 4, 2021
1 parent 927312a commit ac767f6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 1.2.0 (2021-05-04)

##### New Features

* **self-mailers:** Add support for Self Mailers ([#31](https://github.com/lob/lob-elixir/pull/31)) ([b107dd2d](https://github.com/lob/lob-elixir/commit/b107dd2da7ce8dee4e1de403d0cf91c0b642a783))

#### 1.1.2 (2020-04-16)

##### Chores
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The package can be installed by adding `lob_elixir` to your list of dependencies
```elixir
def deps do
[
{:lob_elixir, "~> 1.1.2"}
{:lob_elixir, "~> 1.2.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Lob.Mixfile do
def project do
[
app: :lob_elixir,
version: "1.1.2",
version: "1.2.0",
elixir: "~> 1.4",
preferred_cli_env: ["coveralls.html": :test],
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit ac767f6

Please sign in to comment.