diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b2e61..917dc9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## CHANGELOG +### `v1.30` + +* adjust metadata_reporter :transaction report_error [#443](https://github.com/newrelic/elixir_agent/pull/443) +* Identify Phoenix LiveView metrics [#424](https://github.com/newrelic/elixir_agent/pull/424) +* Add Bandit HTTP server support [#445](https://github.com/newrelic/elixir_agent/pull/445) + ### `v1.29` Features diff --git a/VERSION b/VERSION index 5e57fb8..034552a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.29.0 +1.30.0 diff --git a/examples/README.md b/examples/README.md index eb1bab5..e97aa2a 100644 --- a/examples/README.md +++ b/examples/README.md @@ -7,7 +7,7 @@ A set example apps demonstrating and validating built-in instrumentation. In CI, these test are always run. When developing locally, you can run the tests easily by first starting the dependent docker services: ``` -docker-compose up +docker compose up mix test ```