diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0b2bb..60e1d49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v4.1.0](https://github.com/uphold/debugnyan/releases/tag/v4.1.0) (2023-11-22) +- Add support for `LOG_LEVEL` env variable [\#148](https://github.com/uphold/debugnyan/pull/148) ([satazor](https://github.com/satazor)) + ## [v4.0.0](https://github.com/uphold/debugnyan/releases/tag/v4.0.0) (2023-11-20) - Fix release workflow [\#147](https://github.com/uphold/debugnyan/pull/147) ([satazor](https://github.com/satazor)) - Pass NPM_TOKEN to release step [\#146](https://github.com/uphold/debugnyan/pull/146) ([satazor](https://github.com/satazor)) diff --git a/package.json b/package.json index 5b38530..f6fea7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debugnyan", - "version": "4.0.0", + "version": "4.1.0", "description": "A logging library that combines the simplicity and convenience of debug with the power of bunyan", "keywords": [ "bridge",