File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
16
## [ 0.8.0] - 2022-07-22
11
17
12
18
### Changed
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies in `mix.exs`:
42
42
``` elixir
43
43
def deps do
44
44
[
45
- {:mjml_eex , " ~> 0.8.0 " }
45
+ {:mjml_eex , " ~> 0.8.1 " }
46
46
]
47
47
end
48
48
```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule MjmlEEx.MixProject do
4
4
def project do
5
5
[
6
6
app: :mjml_eex ,
7
- version: "0.8.0 " ,
7
+ version: "0.8.1 " ,
8
8
elixir: ">= 1.11.0" ,
9
9
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
10
10
name: "MJML EEx" ,
You can’t perform that action at this time.
0 commit comments