Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Nov 24, 2020
1 parent a371a70 commit a184eec
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,2 +1,5 @@
# 2.0.1
Explicitly ignore return from span functions in Appsignal.Plug. PR #4

# 2.0.0
* Initial release, extracted from appsignal-elixir 🎉
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Appsignal.Plug.MixProject do
def project do
[
app: :appsignal_plug,
version: "2.0.0",
version: "2.0.1",
description:
"AppSignal's Plug instrumentation instruments calls to Plug applications to gain performance insights and error reporting",
package: %{
Expand Down

0 comments on commit a184eec

Please sign in to comment.