diff --git a/CHANGELOG.md b/CHANGELOG.md index 52de8e1..cb1b684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.1.0](https://github.com/podium-lib/context/compare/v5.0.29...v5.1.0) (2024-09-30) + + +### Features + +* add context parsers for hybrid headers ([#260](https://github.com/podium-lib/context/issues/260)) ([73a7581](https://github.com/podium-lib/context/commit/73a7581f0bdf54451d80cc4dadf6f61e3920bf6a)) + ## [5.0.29](https://github.com/podium-lib/context/compare/v5.0.28...v5.0.29) (2024-09-23) diff --git a/package.json b/package.json index c04bd7c..c45aa2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/context", - "version": "5.0.29", + "version": "5.1.0", "description": "Module to generate the context which is passed on requests from a Podium Layout server to a Podium Podlet server", "type": "module", "license": "MIT",