diff --git a/docs/changelog.md b/docs/changelog.md index cc013298..c2004c3c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,16 @@ ITables ChangeLog ================= +1.7.1 (2024-03-05) +------------------ + +**Fixed** +- The select and search box now use a white font in VS Code (dark mode) ([#232](https://github.com/mwouts/itables/issues/232), [#156](https://github.com/mwouts/itables/issues/156), [#103](https://github.com/mwouts/itables/issues/103)) + +**Added** +- We have added a check to make sure any `tableId` provided by the user is valid ([#233](https://github.com/mwouts/itables/issues/233)) + + 1.7.0 (2024-02-09) ------------------ diff --git a/itables/version.py b/itables/version.py index febd97e3..07eefa1d 100644 --- a/itables/version.py +++ b/itables/version.py @@ -1,3 +1,3 @@ """ITables' version number""" -__version__ = "1.7.0" +__version__ = "1.7.1"