From 03973f7684d34ed10331e4d26b772f4d34202cf6 Mon Sep 17 00:00:00 2001 From: Mitchell Henke Date: Thu, 3 Oct 2019 13:09:24 -0500 Subject: [PATCH] release 1.0.2 --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 524095e..8200c9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # master +# 1.0.2 + +* Bug Fixes + * Send TrackedRequest error as a TagRequest (#104) + * Ensure git\_sha is not nil (#104) + # 1.0.1 * Enhancements diff --git a/mix.exs b/mix.exs index a35dfd3..d57a555 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ScoutApm.Mixfile do def project do [ app: :scout_apm, - version: "1.0.1", + version: "1.0.2", elixir: "~> 1.4", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,