diff --git a/CHANGELOG.md b/CHANGELOG.md index 317a6248..26cb6779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.7](https://github.com/UpHabit/bull_exporter/compare/v1.3.6...v1.3.7) (2020-03-31) + + +### Bug Fixes + +* **security:** Upgrade dependencies to fix security issues ([5c564be](https://github.com/UpHabit/bull_exporter/commit/5c564bec1bf4697e368313f4dcaa6a9e81faf1af)) + ## [1.3.6](https://github.com/UpHabit/bull_exporter/compare/v1.3.5...v1.3.6) (2020-01-15) diff --git a/package.json b/package.json index fa995f69..816f27d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bull_exporter", - "version": "1.3.6", + "version": "1.3.7", "description": "Promethus Exporter for Bull Queues", "main": "dist/src/index.js", "repository": "git@github.com:UpHabit/bull_exporter.git",