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

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Coburn Berry committed Jan 20, 2018
1 parent 845b3b0 commit ebb32bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 0.4.1
* Fix Ecto.Repo.transaction arguments [#35](https://github.com/TheRealReal/new-relixir/pull/37)

# Version 0.4.0

* Support Phoenix built-in instrumentation [#31](https://github.com/TheRealReal/new-relixir/pull/31)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Phoenix application named `MyApp`.
end

defp deps do
[{:new_relixir, "~> 0.4.0"}]
[{:new_relixir, "~> 0.4.1"}]
end
end
```
Expand Down

0 comments on commit ebb32bc

Please sign in to comment.