Sync changelog, release v0.1.1

This commit is contained in:
Timothée Floure 2022-02-19 11:46:35 +01:00
parent 8cc771cf65
commit c8620db157
Signed by: tfloure
GPG Key ID: 4502C902C00A1E12
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# 2022-02-19 - v0.1.1
* web: fix HTML overview page in release environments:
- web: bundle EEX template in Controller module at compile-time.
- web: evaluate static paths at runtime.
# 2022-02-19 - v0.1.0
* Initial tagged release - expect rough edges.

View File

@ -4,7 +4,7 @@ defmodule HAHandler.MixProject do
def project do
[
app: :ha_handler,
version: "0.1.0",
version: "0.1.1",
elixir: "~> 1.12",
start_permanent: Mix.env() == :prod,
deps: deps(),