From 386c01d89e8144e4b0609faa2054c5c83a761742 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 13 Jun 2024 14:02:33 -0400 Subject: [PATCH] Bump version and update changelog. --- ChangeLog.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 47f22dc..fffa0e5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Changelog +## Version 0.14.2 +- Fix issue with some requests failing in some scenarios with the JS client. + - The JS client was omitting optional fields which were accidentally made to be required. It happened because pydantic v2 changed the behavior in a few ways (for the better fwiw) and we missed a few places when upgrading. + ## Version 0.14.1 - Fix issue with serializing non utf8 422 errors - Appease django warnings about default auto field diff --git a/setup.py b/setup.py index 9f31e45..f75db47 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name="etebase_server", - version="0.14.1", + version="0.14.2", description="An Etebase (EteSync 2.0) server", url="https://www.etebase.com/", classifiers=[