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

Commit ebb32bc

Browse files
author
Coburn Berry
committed
0.4.1
1 parent 845b3b0 commit ebb32bc

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.1
2+
* Fix Ecto.Repo.transaction arguments [#35](https://github.com/TheRealReal/new-relixir/pull/37)
3+
14
# Version 0.4.0
25

36
* Support Phoenix built-in instrumentation [#31](https://github.com/TheRealReal/new-relixir/pull/31)

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.0"}]
32+
[{:new_relixir, "~> 0.4.1"}]
3333
end
3434
end
3535
```

0 commit comments

Comments
 (0)