diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e844e4..3f56e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.6.1 (2021-12-07) +### Fix +* **Range:** Enforce userEnteredFormat as a field mask ([`1e77f6b`](https://github.com/socialpoint-labs/sheetfu/commit/1e77f6b449d18b9ee7c6bffdd0d680db7d402494)) + ## v1.6.0 (2021-11-26) ### Feature * Add formulas integration ([`590df68`](https://github.com/socialpoint-labs/sheetfu/commit/590df68221c580c33a0c5e4c564dca71e569aceb)) diff --git a/sheetfu/__init__.py b/sheetfu/__init__.py index 6d6d2b8..0877647 100644 --- a/sheetfu/__init__.py +++ b/sheetfu/__init__.py @@ -11,7 +11,7 @@ # Important! Never update this version manually. The automatic semantic-releases library takes care of updating it # # Manually changing this number could result in unexpected behaviour # -__version__ = "1.6.0" +__version__ = "1.6.1" from sheetfu.client import SpreadsheetApp