diff --git a/README.md b/README.md index 260cf46e..70341703 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ Changelog ## Unreleased +## [3.2.2] - 2024-11-14 + +## Catalog + +- Fixed a problem with unpickling Catalog objects pickled with an earlier version. Please be aware that we do not support the pickling of any Catalog objects, so if in doubt, don't do it! + ## [3.2.1] - 2024-10-21 ## Authentication diff --git a/descarteslabs/core/client/version.py b/descarteslabs/core/client/version.py index 468ca3cb..c615a3c9 100644 --- a/descarteslabs/core/client/version.py +++ b/descarteslabs/core/client/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.2.1" +__version__ = "3.2.2"