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

Commit ce2f209

Browse files
authored
changelog 0.4.2 (#44)
1 parent d689a1f commit ce2f209

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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.2
2+
* Fix polling and language setting config keys [#43](https://github.com/TheRealReal/new-relixir/pull/43)
3+
* Fix test race condition [#42](https://github.com/TheRealReal/new-relixir/pull/42)
4+
* Fix Dialyzer types [#41](https://github.com/TheRealReal/new-relixir/pull/41)
5+
16
# Version 0.4.1
27
* Fix Ecto.Repo.transaction arguments [#35](https://github.com/TheRealReal/new-relixir/pull/37)
38

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Phoenix application named `MyApp`.
2929
end
3030

3131
defp deps do
32-
[{:new_relixir, "~> 0.4.1"}]
32+
[{:new_relixir, "~> 0.4"}]
3333
end
3434
end
3535
```

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

0 commit comments

Comments
 (0)