From cc145938b19fafca6c5357f84512df867d8ccb4e Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 7 Jan 2024 16:44:12 +0000
Subject: [PATCH] chore(main): release 0.14.2

---
 CHANGELOG.md | 7 +++++++
 mix.exs      | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2080257..6642893 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # CHANGELOG
 
+## [0.14.2](https://github.com/elixir-tools/tableau/compare/v0.14.1...v0.14.2) (2024-01-07)
+
+
+### Bug Fixes
+
+* start telemetry app to handle warning logs ([#62](https://github.com/elixir-tools/tableau/issues/62)) ([97e1fba](https://github.com/elixir-tools/tableau/commit/97e1fba6f91f0b7872bcd904b90286572974ce77)), closes [#61](https://github.com/elixir-tools/tableau/issues/61)
+
 ## [0.14.1](https://github.com/elixir-tools/tableau/compare/v0.14.0...v0.14.1) (2024-01-04)
 
 
diff --git a/mix.exs b/mix.exs
index bd68751..b71376b 100644
--- a/mix.exs
+++ b/mix.exs
@@ -8,7 +8,7 @@ defmodule Tableau.MixProject do
       app: :tableau,
       description: "Static site generator for elixir",
       source_url: @source_url,
-      version: "0.14.1",
+      version: "0.14.2",
       elixir: "~> 1.12",
       elixirc_paths: elixirc_paths(Mix.env()),
       start_permanent: Mix.env() == :prod,