Skip to content

Commit f043f0a

Browse files
authored
Bump version 1.34.0 (#516)
1 parent 63692e4 commit f043f0a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
## CHANGELOG
22

3+
### `v1.34.0`
4+
5+
#### Fixes
6+
* Handle when LiveView meta.uri is `nil` [#512](https://github.com/newrelic/elixir_agent/pull/512)
7+
* Enable adding span attributes inside span macro [#515](https://github.com/newrelic/elixir_agent/pull/515)
8+
* Fix NewRelic.Logger warning level [#510](https://github.com/newrelic/elixir_agent/pull/510) Thanks @thiagogsr!
9+
* Fix Finch category-specific attributes [#513](https://github.com/newrelic/elixir_agent/pull/513)
10+
11+
#### Tweaks
12+
* Increase resolution of span duration attribute [#514](https://github.com/newrelic/elixir_agent/pull/514)
13+
14+
------
15+
316
### `v1.33.0`
417

518
#### Fixes

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.33.0
1+
1.34.0

0 commit comments

Comments
 (0)