Skip to content

Commit 61e8ddf

Browse files
committed
0.8.1 release
1 parent 92d7793 commit 61e8ddf

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.1] - 2022-07-22
11+
12+
### Fixed
13+
14+
- Removed `:erlexec` as an `:extra_application` so it does not cause compilation errors.
15+
1016
## [0.8.0] - 2022-07-22
1117

1218
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies in `mix.exs`:
4242
```elixir
4343
def deps do
4444
[
45-
{:mjml_eex, "~> 0.8.0"}
45+
{:mjml_eex, "~> 0.8.1"}
4646
]
4747
end
4848
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule MjmlEEx.MixProject do
44
def project do
55
[
66
app: :mjml_eex,
7-
version: "0.8.0",
7+
version: "0.8.1",
88
elixir: ">= 1.11.0",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
name: "MJML EEx",

0 commit comments

Comments
 (0)