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

Commit 861b4cb

Browse files
author
Coburn Berry
committed
changelog 0.4.4
1 parent 4452728 commit 861b4cb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Version 0.4.4
2+
* Use dyno name as hostname for heroku users [#47](https://github.com/TheRealReal/new-relixir/pull/47)
3+
14
# Version 0.4.3
25
* Add stack trace to error reporting and add plug error handler [#46](https://github.com/TheRealReal/new-relixir/pull/46)
36
* Update hackney dependency [commit](https://github.com/TheRealReal/new-relixir/commit/0c5ca9469f1c9a4d0c1b2d44b75c4d439c28cedf)

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.3",
8+
version: "0.4.4",
99
elixir: "~> 1.5",
1010
description: "New Relic tracking for Phoenix and Plug applications.",
1111
package: package(),

0 commit comments

Comments
 (0)