diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0dee5e0..d1a8d76 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,10 @@ +Version 0.3.2 +------------- + +:Date: Jan 15, 2024 + +* @stsewd: Security fix, more information in `GHSA-xgfm-fjx6-62mj `__. + Version 0.3.1 ------------- diff --git a/package-lock.json b/package-lock.json index d526d4d..af798aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "readthedocs-sphinx-search", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 95ef9d5..144034f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs-sphinx-search", - "version": "0.3.1", + "version": "0.3.2", "description": "Enable search-as-you-type feature.", "scripts": { "build": "gulp", diff --git a/sphinx_search/__init__.py b/sphinx_search/__init__.py index e1424ed..73e3bb4 100644 --- a/sphinx_search/__init__.py +++ b/sphinx_search/__init__.py @@ -1 +1 @@ -__version__ = '0.3.1' +__version__ = '0.3.2'