Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 36e9e1a

Browse files
authored
0.4.8 changelog (#64)
1 parent d602209 commit 36e9e1a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.4.8
2+
* Fix @SPEC for Repo.insert_all/3 (#56)(https://github.com/TheRealReal/new-relixir/pull/58)
3+
* Update repo transaction spec to match the callback from Ecto (#60)(https://github.com/TheRealReal/new-relixir/pull/60)
4+
* Allowing instrumentation of Ecto.Adapters.SQL.query (#63)(https://github.com/TheRealReal/new-relixir/pull/63)
5+
16
# Version 0.4.7
27
* Support registered processes as ancestors [#58](https://github.com/TheRealReal/new-relixir/pull/58)
38

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule NewRelixir.Mixfile do
55
[
66
app: :new_relixir,
77
name: "New Relixir",
8-
version: "0.4.7",
8+
version: "0.4.8",
99
elixir: "~> 1.5",
1010
description: "New Relic tracking for Phoenix and Plug applications.",
1111
package: package(),

0 commit comments

Comments
 (0)