Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Mar 13, 2020
1 parent 075b033 commit d7c249b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <HarryMartland@Rentalcars.com>

### 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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d7c249b

Please sign in to comment.