Skip to content

Commit d4a8db6

Browse files
authored
Merge pull request #444 from tpitale/bump-1-30-0
Bump version, update changelog
2 parents ece3fcf + bb7c138 commit d4a8db6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
### `v1.30`
4+
5+
* adjust metadata_reporter :transaction report_error [#443](https://github.com/newrelic/elixir_agent/pull/443)
6+
* Identify Phoenix LiveView metrics [#424](https://github.com/newrelic/elixir_agent/pull/424)
7+
* Add Bandit HTTP server support [#445](https://github.com/newrelic/elixir_agent/pull/445)
8+
39
### `v1.29`
410

511
Features

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.29.0
1+
1.30.0

examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A set example apps demonstrating and validating built-in instrumentation.
77
In CI, these test are always run. When developing locally, you can run the tests easily by first starting the dependent docker services:
88

99
```
10-
docker-compose up
10+
docker compose up
1111
mix test
1212
```
1313

0 commit comments

Comments
 (0)