Skip to content

Commit f780f79

Browse files
committed
Prepare release v1.5.5
1 parent 1d1c8a9 commit f780f79

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## [v1.5.5](https://github.com/Feuerlabs/exometer_core/tree/v1.5.5) (2018-11-01)
4+
[Full Changelog](https://github.com/Feuerlabs/exometer_core/compare/v1.5.4...v1.5.5)
5+
6+
- Add OTP 21 support and CI coverage [\#114](https://github.com/Feuerlabs/exometer_core/pull/114)
7+
- Fix handling of cache misses [\#117](https://github.com/Feuerlabs/exometer_core/pull/117)
8+
- Fix exometer_report documentation [\#81](https://github.com/Feuerlabs/exometer_core/issues/81)
9+
- Remove default min_heap_size in exometer_probe [\#102](https://github.com/Feuerlabs/exometer_core/pull/102)
10+
- Switch to rebar3 [\#119](https://github.com/Feuerlabs/exometer_core/pull/119)

src/exometer_core.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{application, exometer_core,
33
[
44
{description, "Code instrumentation and metrics collection package."},
5-
{vsn, "1.5.4"},
5+
{vsn, "1.5.5"},
66
{registered, []},
77
{applications,
88
[

0 commit comments

Comments
 (0)