diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a06265..39fabaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/adobe/helix-universal/compare/v1.0.0...v1.1.0) (2021-04-17) + + +### Features + +* add x-invocation-id to response headers ([#6](https://github.com/adobe/helix-universal/issues/6)) ([7644754](https://github.com/adobe/helix-universal/commit/7644754a5eb300d9dfcd84e5b99e365951f25ce5)) + # 1.0.0 (2021-04-12) diff --git a/package.json b/package.json index 0b5f992..114d6f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-universal", - "version": "1.0.0", + "version": "1.1.0", "description": "Helix Universal", "main": "src/index.js", "types": "src/index.d.ts",