Skip to content

Commit

Permalink
Release 1.4.11-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Feb 27, 2018
1 parent cd75932 commit cdbb32b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.4.11.beta-1

* Use "unknown" as action for Plug-only transactions, set action before `call/2` (#311)
* Bump agent to ee63235 (#310)
- Fix locking issue on diagnose mode run
- Increase stored length of error messages

# 1.4.10
* Fix POST parameters in errors, take the Plug.Conn from Plug.Conn.WrapperErrors (#309)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ defmodule Appsignal.Mixfile do

def project do
[app: :appsignal,
version: "1.4.10",
version: "1.4.11-beta.1",
name: "AppSignal",
description: description(),
package: package(),
Expand Down

0 comments on commit cdbb32b

Please sign in to comment.