Skip to content

Commit

Permalink
0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Jul 22, 2022
1 parent 92d7793 commit 61e8ddf
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
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.1] - 2022-07-22

### Fixed

- Removed `:erlexec` as an `:extra_application` so it does not cause compilation errors.

## [0.8.0] - 2022-07-22

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:mjml_eex, "~> 0.8.0"}
{:mjml_eex, "~> 0.8.1"}
]
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 MjmlEEx.MixProject do
def project do
[
app: :mjml_eex,
version: "0.8.0",
version: "0.8.1",
elixir: ">= 1.11.0",
elixirc_paths: elixirc_paths(Mix.env()),
name: "MJML EEx",
Expand Down

0 comments on commit 61e8ddf

Please sign in to comment.