diff --git a/CHANGELOG.md b/CHANGELOG.md index e1c96e07..858970d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/AEGEE/discounts/compare/1.1.1...1.2.0) (2020-10-03) + + +### Features + +* **metrics:** added basic auth for /metrics/*. Fixes MEMB-670 ([#172](https://github.com/AEGEE/discounts/issues/172)) ([0c10153](https://github.com/AEGEE/discounts/commit/0c10153de9dc269dc2652eef085ed0940ffb1762)) + ## [1.1.1](https://github.com/AEGEE/discounts/compare/1.1.0...1.1.1) (2020-09-29) diff --git a/package-lock.json b/package-lock.json index a08e8096..9d1cf2fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "discounts", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fcfffcf3..36c82231 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discounts", - "version": "1.1.1", + "version": "1.2.0", "description": "Discounts module for MyAEGEE, for populating codes and for distributing them to AEGEE members.", "main": "lib/run.js", "scripts": {