diff --git a/.changeset/sour-humans-run.md b/.changeset/sour-humans-run.md deleted file mode 100644 index 53c6e3a..0000000 --- a/.changeset/sour-humans-run.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"varnish-post": minor ---- - -It is now possible to enable logs, by setting `ENABLE_LOGS` to `true`, which is now the default value. -To disable them, just put any other value, like `false` for example. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd04cf..3143e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # varnish-post +## 2.2.0 + +### Minor Changes + +- d247546: It is now possible to enable logs, by setting `ENABLE_LOGS` to `true`, which is now the default value. + To disable them, just put any other value, like `false` for example. + ## 2.1.0 ### Minor Changes diff --git a/package.json b/package.json index b28b55f..5c24a25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "varnish-post", - "version": "2.1.0", + "version": "2.2.0", "description": "Custom Docker image for Varnish", "main": "index.js", "repository": "git@github.com:zazuko/varnish-post.git",