From 36e9e1aaee9a44226d47a416e61604a728cace5d Mon Sep 17 00:00:00 2001 From: Coburn Berry <32463466+coburncoburn@users.noreply.github.com> Date: Thu, 2 Aug 2018 10:51:20 -0700 Subject: [PATCH] 0.4.8 changelog (#64) --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 319f5e0..f5269ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 0.4.8 +* Fix @SPEC for Repo.insert_all/3 (#56)(https://github.com/TheRealReal/new-relixir/pull/58) +* Update repo transaction spec to match the callback from Ecto (#60)(https://github.com/TheRealReal/new-relixir/pull/60) +* Allowing instrumentation of Ecto.Adapters.SQL.query (#63)(https://github.com/TheRealReal/new-relixir/pull/63) + # Version 0.4.7 * Support registered processes as ancestors [#58](https://github.com/TheRealReal/new-relixir/pull/58) diff --git a/mix.exs b/mix.exs index 76c0a32..7d5c4d5 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule NewRelixir.Mixfile do [ app: :new_relixir, name: "New Relixir", - version: "0.4.7", + version: "0.4.8", elixir: "~> 1.5", description: "New Relic tracking for Phoenix and Plug applications.", package: package(),