Skip to content

Commit

Permalink
Merge pull request #444 from tpitale/bump-1-30-0
Browse files Browse the repository at this point in the history
Bump version, update changelog
  • Loading branch information
tpitale authored Oct 9, 2024
2 parents ece3fcf + bb7c138 commit d4a8db6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.29.0
1.30.0
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit d4a8db6

Please sign in to comment.