changed CHANGELOG.md
 
@@ -1,5 1,11 @@
1
1
## CHANGELOG
2
2
3
### `v1.9.11`
4
5
Fixes
6
7
* Protect against missing attribute under race condition. [#120](https://github.com/newrelic/elixir_agent/pull/120)
8
3
9
### `v1.9.10`
4
10
5
11
Fixes
changed VERSION
 
@@ -1 1 @@
1
- 1.9.10
1
1.9.11
changed hex_metadata.config
 
@@ -93,4 93,4 @@
93
93
{<<"optional">>,false},
94
94
{<<"repository">>,<<"hexpm">>},
95
95
{<<"requirement">>,<<"~> 1.1">>}]]}.
96
- {<<"version">>,<<"1.9.10">>}.
96
{<<"version">>,<<"1.9.11">>}.
changed lib/new_relic/transaction/complete.ex
 
@@ -457,7 457,7 @@ defmodule NewRelic.Transaction.Complete do
457
457
expected: expected,
458
458
transaction_name: Util.metric_join(["WebTransaction", tx_attrs.name]),
459
459
agent_attributes: %{
460
- http_response_code: tx_attrs.status,
460
http_response_code: tx_attrs[:status],
461
461
request_method: tx_attrs.request_method
462
462
},
463
463
user_attributes: