diff --git a/CHANGELOG.md b/CHANGELOG.md index 314a5a0..0585e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.1.0](https://github.com/lholmquist/opossum-prometheus/compare/v0.0.4...v0.1.0) (2020-03-13) + + +### ⚠ BREAKING CHANGES + +* Changes event metrics to use labels rather than seporate metrics +* Changes metrics to use labels for circuit name rather than seporate metrics + +Co-authored-by: martlandh + +### Features + +* Change event name to be a label ([#15](https://github.com/lholmquist/opossum-prometheus/issues/15)) ([075b033](https://github.com/lholmquist/opossum-prometheus/commit/075b033)) + ### [0.0.4](https://github.com/lholmquist/opossum-prometheus/compare/v0.0.3...v0.0.4) (2019-10-02) diff --git a/package-lock.json b/package-lock.json index 2436ca4..45a3050 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "opossum-prometheus", - "version": "0.0.4", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1634431..1373df9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opossum-prometheus", - "version": "0.0.4", + "version": "0.1.0", "description": "Prometheus metrics for opossum circuit breaker", "main": "index.js", "scripts": {