diff --git a/CHANGELOG.md b/CHANGELOG.md index eca9720..57d2e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.6.17](https://github.com/kitabisa/smockr/compare/v2.6.16...v2.6.17) (2024-04-25) + + +### Bug Fixes + +* request header secret ([#104](https://github.com/kitabisa/smockr/issues/104)) ([e2e9e4e](https://github.com/kitabisa/smockr/commit/e2e9e4e82687d0ceb745026049ef3479899cb0fd)) + ## [2.6.16](https://github.com/kitabisa/smockr/compare/v2.6.15...v2.6.16) (2024-04-24) diff --git a/package.json b/package.json index 3cd2d26..bf6a6f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitabisa/smockr", - "version": "2.6.16", + "version": "2.6.17", "description": "Supple mock server with random fake data using Faker.js", "license": "MIT", "author": "Kitabisa Engineer ",