diff --git a/History.rst b/History.rst index 7adcf60..e94f64d 100644 --- a/History.rst +++ b/History.rst @@ -1,6 +1,22 @@ History ======= +v2.1.6 / 2026-03-07 +------------------------- + +What's Changed +^^^^^^^^^^^^^^ + + * interceptors/http: fix version format by @xrmx in https://github.com/h2non/pook/pull/173 + * interceptors/http: set length on response by @xrmx in https://github.com/h2non/pook/pull/174 + +New Contributors +^^^^^^^^^^^^^^^^ + + * @xrmx made their first contribution in https://github.com/h2non/pook/pull/173 + +**Full Changelog**: https://github.com/h2non/pook/compare/v2.1.5...v2.1.6 + v2.1.5 / 2026-03-01 ------------------------- diff --git a/src/pook/__init__.py b/src/pook/__init__.py index 89bb324..9ecb0f0 100644 --- a/src/pook/__init__.py +++ b/src/pook/__init__.py @@ -44,4 +44,4 @@ __license__ = "MIT" # Current version -__version__ = "2.1.5" +__version__ = "2.1.6"