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

Commit

Permalink
0.4.8 changelog (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
coburncoburn authored Aug 2, 2018
1 parent d602209 commit 36e9e1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 36e9e1a

Please sign in to comment.