Skip to content

Commit

Permalink
Prepare release v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tolbrino committed Nov 1, 2018
1 parent 1d1c8a9 commit f780f79
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## [v1.5.5](https://github.com/Feuerlabs/exometer_core/tree/v1.5.5) (2018-11-01)
[Full Changelog](https://github.com/Feuerlabs/exometer_core/compare/v1.5.4...v1.5.5)

- Add OTP 21 support and CI coverage [\#114](https://github.com/Feuerlabs/exometer_core/pull/114)
- Fix handling of cache misses [\#117](https://github.com/Feuerlabs/exometer_core/pull/117)
- Fix exometer_report documentation [\#81](https://github.com/Feuerlabs/exometer_core/issues/81)
- Remove default min_heap_size in exometer_probe [\#102](https://github.com/Feuerlabs/exometer_core/pull/102)
- Switch to rebar3 [\#119](https://github.com/Feuerlabs/exometer_core/pull/119)
2 changes: 1 addition & 1 deletion src/exometer_core.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{application, exometer_core,
[
{description, "Code instrumentation and metrics collection package."},
{vsn, "1.5.4"},
{vsn, "1.5.5"},
{registered, []},
{applications,
[
Expand Down

0 comments on commit f780f79

Please sign in to comment.